9 lines
186 B
C
9 lines
186 B
C
|
|
#ifndef __ATT_C_FIND_H__
|
||
|
|
#define __ATT_C_FIND_H__
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
__declspec(dllexport) void Att_c_find2(float Att_c[72], float ATT[72], float Thickness, float Zm_end[72], float constant1);
|
||
|
|
|
||
|
|
|
||
|
|
#endif
|