Changeset 11853 for issm/trunk-jpl/src/c/objects/Params/Param.h
- Timestamp:
- 04/02/12 11:22:58 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/objects/Params/Param.h
r11843 r11853 16 16 #endif 17 17 18 #ifdef _ HAVE_MATLAB_18 #ifdef _SERIAL_ 19 19 #include <mex.h> 20 20 #endif … … 60 60 virtual void UnitConversion(int direction_enum)=0; 61 61 virtual void GetParameterName(char**pname)=0; 62 #ifdef _ HAVE_MATLAB_62 #ifdef _SERIAL_ 63 63 virtual void SetMatlabField(mxArray* dataref)=0; 64 64 #endif
Note:
See TracChangeset
for help on using the changeset viewer.