Last change
on this file since 2771 was 2771, checked in by Mathieu Morlighem, 15 years ago |
some improvements in Bamg interface (to be continued)
|
File size:
520 bytes
|
Line | |
---|
1 |
|
---|
2 | /*
|
---|
3 | Bamg.h
|
---|
4 | */
|
---|
5 |
|
---|
6 |
|
---|
7 | #ifndef _BAMG_H
|
---|
8 | #define _BAMG_H
|
---|
9 |
|
---|
10 | /* local prototypes: */
|
---|
11 | void BamgUsage(void);
|
---|
12 |
|
---|
13 | #include "../../c/issm.h"
|
---|
14 |
|
---|
15 | #undef __FUNCT__
|
---|
16 | #define __FUNCT__ "Bamg"
|
---|
17 |
|
---|
18 |
|
---|
19 | /* serial input macros: */
|
---|
20 | #define BAMGGEOMETRY (mxArray*)prhs[0]
|
---|
21 | #define BAMGOPTIONS (mxArray*)prhs[1]
|
---|
22 |
|
---|
23 | /* serial output macros: */
|
---|
24 | #define ELEMENTSOUT (mxArray**)&plhs[0]
|
---|
25 | #define XOUT (mxArray**)&plhs[1]
|
---|
26 | #define YOUT (mxArray**)&plhs[2]
|
---|
27 |
|
---|
28 | /* serial arg counts: */
|
---|
29 | #undef NLHS
|
---|
30 | #define NLHS 3
|
---|
31 | #undef NRHS
|
---|
32 | #define NRHS 2
|
---|
33 |
|
---|
34 | #endif /* _BAMG_H */
|
---|
35 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.