Changeset 12365 for issm/trunk-jpl/src/c/objects/Params/MatrixParam.h
- Timestamp:
- 06/04/12 16:40:38 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/objects/Params/MatrixParam.h
r12014 r12365 8 8 9 9 /*Headers:*/ 10 /*{{{ 1*/10 /*{{{*/ 11 11 #ifdef HAVE_CONFIG_H 12 12 #include <config.h> … … 28 28 29 29 public: 30 /*MatrixParam constructors, destructors: {{{ 1*/30 /*MatrixParam constructors, destructors: {{{*/ 31 31 MatrixParam(); 32 32 MatrixParam(int enum_type,Matrix* value); 33 33 ~MatrixParam(); 34 34 /*}}}*/ 35 /*Object virtual functions definitions:{{{ 1*/35 /*Object virtual functions definitions:{{{ */ 36 36 void Echo(); 37 37 void DeepEcho(); … … 41 41 Object* copy(); 42 42 /*}}}*/ 43 /*Param vritual function definitions: {{{ 1*/43 /*Param vritual function definitions: {{{*/ 44 44 int InstanceEnum(){return enum_type;} 45 45 void GetParameterValue(bool* pbool){_error_("Matrix param of enum %i (%s) cannot return a bool",enum_type,EnumToStringx(enum_type));}
Note:
See TracChangeset
for help on using the changeset viewer.