/* 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 BAMGMESH (mxArray*)prhs[0] #define BAMGGEOMETRY (mxArray*)prhs[1] #define BAMGOPTIONS (mxArray*)prhs[2] /* serial output macros: */ #define BAMGMESHOUT (mxArray**)&plhs[0] #define BAMGGEOMOUT (mxArray**)&plhs[1] /* serial arg counts: */ #undef NLHS #define NLHS 2 #undef NRHS #define NRHS 3 #endif /* _BAMG_H */