CoastalME (Coastal Modelling Environment)
Simulates the long-term behaviour of complex coastlines
Loading...
Searching...
No Matches
cshore/cshore.h
Go to the documentation of this file.
1#ifndef CShore_H
2#define CShore_H
3extern "C"
4{
5 void CShore(int *);
6
7 void CShoreWrapper(int const*, /* In_ILINE */
8 int const*, /* In_IPROFL */
9 int const*, /* In_IPERM */
10 int const*, /* In_IOVER */
11 int const*, /* In_IWCINT */
12 int const*, /* In_IROLL */
13 int const*, /* In_IWIND */
14 int const*, /* In_ITIDE */
15 int const*, /* In_ILAB */
16 int const*, /* In_NWAVE */
17 int const*, /* In_NSURG */
18 double const*, /* In_DX */
19 double const*, /* In_GAMMA */
20 double[], /* In_TWAVE */
21 double[], /* In_TPIN */
22 double[], /* In_HRMSIN */
23 double[], /* In_WANGIN */
24 double[], /* In_TSURG */
25 double[], /* In_SWLIN */
26 int const*, /* In_NBINP */
27 double[], /* In_XBINP */
28 double[], /* In_ZBINP */
29 double[], /* In_FBINP */
30 int*, /* Out_IError */
31 int*, /* Out_nOutSize */
32 double[], /* Out_XYDist */
33 double[], /* Out_FreeSurfaceStd */
34 double[], /* Out_WaveSetupSurge */
35 double[], /* Out_SinWaveAngleRadians */
36 double[]); /* Out_FractionBreakingWaves */
37}
38#endif // CShore_H
void CShore(int *)
void CShoreWrapper(int const *, int const *, int const *, int const *, int const *, int const *, int const *, int const *, int const *, int const *, int const *, double const *, double const *, double[], double[], double[], double[], double[], double[], int const *, double[], double[], double[], int *, int *, double[], double[], double[], double[], double[])