Changeset 15104 for issm/trunk-jpl/src/c/classes/Params/MatrixParam.cpp
- Timestamp:
- 05/24/13 19:11:47 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Params/MatrixParam.cpp
r15100 r15104 42 42 void MatrixParam::Echo(void){ 43 43 44 _printf_("MatrixParam: " << "\n");45 _printf_(" enum: " << this->enum_type << " (" << EnumToStringx(this->enum_type) << ") " << "\n");44 _printf_("MatrixParam:\n"); 45 _printf_(" enum: " << this->enum_type << " (" << EnumToStringx(this->enum_type) << ")\n"); 46 46 47 47 } … … 50 50 void MatrixParam::DeepEcho(void){ 51 51 52 _printf_("MatrixParam: " << "\n");53 _printf_(" enum: " << this->enum_type << " (" << EnumToStringx(this->enum_type) << ") " << "\n");52 _printf_("MatrixParam:\n"); 53 _printf_(" enum: " << this->enum_type << " (" << EnumToStringx(this->enum_type) << ")\n"); 54 54 this->value->Echo(); 55 55 }
Note:
See TracChangeset
for help on using the changeset viewer.