Changeset 15100 for issm/trunk-jpl/src/c/classes/Inputs/DatasetInput.cpp
- Timestamp:
- 05/24/13 13:02:48 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Inputs/DatasetInput.cpp
r15099 r15100 42 42 void DatasetInput::DeepEcho(void){ 43 43 44 _print String_("DatasetInput:" << "\n");45 _print String_(" enum: " << this->enum_type << " (" << EnumToStringx(this->enum_type) << ")" << "\n");46 _print String_("---inputs: " << "\n"); inputs->Echo();44 _printf_("DatasetInput:" << "\n"); 45 _printf_(" enum: " << this->enum_type << " (" << EnumToStringx(this->enum_type) << ")" << "\n"); 46 _printf_("---inputs: " << "\n"); inputs->Echo(); 47 47 } 48 48 /*}}}*/
Note:
See TracChangeset
for help on using the changeset viewer.