Line | |
---|
1 |
|
---|
2 | /*
|
---|
3 | InternalFront.h
|
---|
4 | */
|
---|
5 |
|
---|
6 |
|
---|
7 | #ifndef _INTERNALFRONT_H
|
---|
8 | #define _INTERNALFRONT_H
|
---|
9 |
|
---|
10 | /* local prototypes: */
|
---|
11 | void InternalFrontUsage(void);
|
---|
12 |
|
---|
13 | #include "../../c/include/globals.h"
|
---|
14 | #include "../../c/shared/shared.h"
|
---|
15 | #include "../../c/issm-binding.h"
|
---|
16 | #include "../../c/io/io.h"
|
---|
17 |
|
---|
18 | #undef __FUNCT__
|
---|
19 | #define __FUNCT__ "InternalFront"
|
---|
20 |
|
---|
21 | /* serial input macros: */
|
---|
22 | #define MODEL (mxArray*)prhs[0]
|
---|
23 |
|
---|
24 | /* serial output macros: */
|
---|
25 | #define FRONT (mxArray**)&plhs[0]
|
---|
26 |
|
---|
27 | /* serial arg counts: */
|
---|
28 | #undef NLHS
|
---|
29 | #define NLHS 1
|
---|
30 | #undef NRHS
|
---|
31 | #define NRHS 1
|
---|
32 |
|
---|
33 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.