Ignore:
Timestamp:
06/07/11 10:47:23 (14 years ago)
Author:
jschierm
Message:

Options: improved deepecho formatting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Options/OptionStruct.cpp

    r7739 r8529  
    9191                        StringFromDims(cstr,dims,ndims);
    9292                        if (values[i]->Size()){
    93                                 _printf_(flag,"%s        values: %s begin\n" ,indent,cstr);
     93                                _printf_(flag,"%s        values: -------- begin %s --------\n" ,indent,cstr);
    9494                                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);
    9696                        }
    9797                        else _printf_(flag,"%s        values: %s [empty]\n" ,indent,cstr);
Note: See TracChangeset for help on using the changeset viewer.