/* Bamg.h */ #ifndef _BAMG_H #define _BAMG_H /* local prototypes: */ void BamgUsage(void); #include "../../c/issm.h" #undef __FUNCT__ #define __FUNCT__ "Bamg" /* serial input macros: */ #define BAMGGEOMETRY (mxArray*)prhs[0] #define BAMGOPTIONS (mxArray*)prhs[1] /* serial output macros: */ #define ELEMENTSOUT (mxArray**)&plhs[0] #define XOUT (mxArray**)&plhs[1] #define YOUT (mxArray**)&plhs[2] /* serial arg counts: */ #undef NLHS #define NLHS 3 #undef NRHS #define NRHS 2 #endif /* _BAMG_H */