/* CreateNodalConstraints.h */ #ifndef _CREATENODALCONSTRAINTS_H #define _CREATENODALCONSTRAINTS_H /* local prototypes: */ void CreateNodalConstraintsUsage(void); #include "../../c/include/globals.h" #include "../../c/modules/modules.h" #include "../../c/Container/Container.h" #include "../../c/shared/shared.h" #undef __FUNCT__ #define __FUNCT__ "CreateNodalConstraints" /* serial input macros: */ #define NODES (mxArray*)prhs[0] #define ANALYSISTYPE (mxArray*)prhs[1] /* serial output macros: */ #define YS (mxArray**)&plhs[0] /* serial arg counts: */ #undef NLHS #define NLHS 1 #undef NRHS #define NRHS 2 #endif /* _REDUCEVECTORGTOF_H */