Changeset 19631
- Timestamp:
 - 10/13/15 15:54:25 (10 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  issm/trunk-jpl/src/c/datastructures/DataSet.cpp (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
issm/trunk-jpl/src/c/datastructures/DataSet.cpp
r19282 r19631 421 421 vector<Object*>::iterator object; 422 422 423 if(this==NULL)_error_("trying to echo a NULL dataset");423 _assert_(this); 424 424 425 425 _printf0_("DataSet echo: " << objects.size() << " objects\n"); … … 437 437 vector<Object*>::iterator object; 438 438 439 if(this==NULL)_error_("trying to echo a NULL dataset");439 _assert_(this); 440 440 441 441 _printf0_("DataSet echo: " << objects.size() << " objects\n");  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  ![(please configure the [header_logo] section in trac.ini)](/trac/issm/chrome/common/trac_banner.png)