Changeset 8224 for issm/trunk/src/c/objects/Params/DoubleMatParam.cpp
- Timestamp:
- 05/10/11 09:30:01 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Params/DoubleMatParam.cpp
r6163 r8224 49 49 50 50 printf("DoubleMatParam:\n"); 51 printf(" enum: %i (%s)\n",this->enum_type,EnumToString (this->enum_type));51 printf(" enum: %i (%s)\n",this->enum_type,EnumToStringx(this->enum_type)); 52 52 printf(" matrix size: %ix%i\n",this->M,this->N); 53 53 … … 60 60 61 61 printf("DoubleMatParam:\n"); 62 printf(" enum: %i (%s)\n",this->enum_type,EnumToString (this->enum_type));62 printf(" enum: %i (%s)\n",this->enum_type,EnumToStringx(this->enum_type)); 63 63 printf(" matrix size: %ix%i\n",this->M,this->N); 64 64 for(i=0;i<this->M;i++){ … … 167 167 /*FUNCTION DoubleMatParam::GetParameterName{{{1*/ 168 168 char* DoubleMatParam::GetParameterName(void){ 169 return EnumToString (this->enum_type);169 return EnumToStringx(this->enum_type); 170 170 } 171 171 /*}}}*/
Note:
See TracChangeset
for help on using the changeset viewer.