Changeset 12511 for issm/trunk-jpl/src/c/objects/Params/FileParam.cpp
- Timestamp:
- 06/22/12 11:30:03 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/objects/Params/FileParam.cpp
r12365 r12511 48 48 void FileParam::DeepEcho(void){ 49 49 50 printf("FileParam:\n");51 printf(" enum: %i (%s)\n",this->enum_type,EnumToStringx(this->enum_type));52 printf(" value: %p\n",this->value);50 _printLine_("FileParam:"); 51 _printLine_(" enum: " << this->enum_type << " (" << EnumToStringx(this->enum_type) << ")"); 52 _printLine_(" value: " << this->value); 53 53 } 54 54 /*}}}*/
Note:
See TracChangeset
for help on using the changeset viewer.