Changeset 3715 for issm/trunk/src/c/objects/Params/BoolParam.h
- Timestamp:
- 05/11/10 11:10:29 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Params/BoolParam.h
r3713 r3715 9 9 /*Headers:*/ 10 10 /*{{{1*/ 11 12 #ifdef HAVE_CONFIG_H 13 #include "config.h" 14 #else 15 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!" 16 #endif 17 18 #ifdef _SERIAL_ 19 #include <mex.h> 20 #endif 21 22 11 23 #include "./Param.h" 12 24 #include "../../include/types.h" … … 55 67 void GetParameterValue(Mat* pmat){ISSMERROR("Bool param cannot return a Mat");} 56 68 char* GetParameterName(void); 69 void Process(double* partition,int numberofvertices); 70 #ifdef _SERIAL_ 57 71 void SetMatlabField(mxArray* dataref); 58 void Process(double* partition,int numberofvertices);72 #endif 59 73 /*}}}*/ 60 74 };
Note:
See TracChangeset
for help on using the changeset viewer.