11 lines
395 B
C
11 lines
395 B
C
#ifndef __SLG_PLATE_H__
|
|
#define __SLG_PLATE_H__
|
|
|
|
|
|
|
|
__declspec(dllexport) void SLG_plate(float SLG[72], float Zc_end[72], float Att_c[72], float Thickness, float Mode, float gd_Zc[20], \
|
|
float gd_Att[20], float ld_Zc[20], float ld_Att[20], float sd_Zc[20], float sd_Att[20], float gu_Zc[20], \
|
|
float gu_Att[20], float lu_Zc[20], float lu_Att[20], float su_Zc[20], float su_Att[20]);
|
|
|
|
|
|
#endif |