Changeset 8529 for issm/trunk/src/c/objects/Options/OptionStruct.cpp
- Timestamp:
- 06/07/11 10:47:23 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Options/OptionStruct.cpp
r7739 r8529 91 91 StringFromDims(cstr,dims,ndims); 92 92 if (values[i]->Size()){ 93 _printf_(flag,"%s values: %s begin\n" ,indent,cstr);93 _printf_(flag,"%s values: -------- begin %s --------\n" ,indent,cstr); 94 94 for (j=0; j<values[i]->Size(); j++) ((Option *)values[i]->GetObjectByOffset(j))->DeepEcho(indent2); 95 _printf_(flag,"%s values: %s end\n",indent,cstr);95 _printf_(flag,"%s values: -------- end %s --------\n" ,indent,cstr); 96 96 } 97 97 else _printf_(flag,"%s values: %s [empty]\n" ,indent,cstr);
Note:
See TracChangeset
for help on using the changeset viewer.