OCFD_boundary_compression_conner.h 279 Bytes
Newer Older
ccfd's avatar
ccfd committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef __OCFD_BOUNDARY_COMPRESSION_H
#define __OCFD_BOUNDARY_COMPRESSION_H
#include "parameters.h"

#ifdef __cplusplus
extern "C"{
#endif

void get_ht_multifrequancy(REAL HT, REAL TT, int MT_MAX, REAL beta);
void bc_user_Compression_conner();

#ifdef __cplusplus
}
#endif
#endif