Changeset 19631


Ignore:
Timestamp:
Oct 13, 2015, 3:54:25 PM (11 years ago)
Author:
Eric.Larour
Message:

CHG: getting rid of simple warning from compilers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/datastructures/DataSet.cpp

    r19282 r19631  
    421421        vector<Object*>::iterator object;
    422422
    423         if(this==NULL)_error_("trying to echo a NULL dataset");
     423        _assert_(this);
    424424
    425425        _printf0_("DataSet echo: " << objects.size() << " objects\n");
    … …  
    437437        vector<Object*>::iterator object;
    438438
    439         if(this==NULL)_error_("trying to echo a NULL dataset");
     439        _assert_(this);
    440440
    441441        _printf0_("DataSet echo: " << objects.size() << " objects\n");
Note: See TracChangeset for help on using the changeset viewer.