Changeset 15104 for issm/trunk-jpl/src/c/classes/Params/IntVecParam.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/IntVecParam.cpp
r15100 r15104 58 58 void IntVecParam::Echo(void){ 59 59 60 _printf_("IntVecParam: " << "\n");61 _printf_(" enum: " << this->enum_type << " (" << EnumToStringx(this->enum_type) << ") " << "\n");60 _printf_("IntVecParam:\n"); 61 _printf_(" enum: " << this->enum_type << " (" << EnumToStringx(this->enum_type) << ")\n"); 62 62 _printf_(" vector size: " << this->M << "\n"); 63 63 … … 69 69 int i; 70 70 71 _printf_("IntVecParam: " << "\n");72 _printf_(" enum: " << this->enum_type << " (" << EnumToStringx(this->enum_type) << ") " << "\n");71 _printf_("IntVecParam:\n"); 72 _printf_(" enum: " << this->enum_type << " (" << EnumToStringx(this->enum_type) << ")\n"); 73 73 _printf_(" vector size: " << this->M << "\n"); 74 74 for(i=0;i<this->M;i++){
Note:
See TracChangeset
for help on using the changeset viewer.