Ignore:
Timestamp:
04/03/15 18:53:41 (10 years ago)
Author:
schlegel
Message:

CHG: complete implementation of Marshall in Objects

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/c/classes/Params/Parameters.cpp ΒΆ

    r18521 r19254  
    465465
    466466                param=xDynamicCast<Param*>(*object);
    467                 if(param->InstanceEnum()==enum_type){
     467                if(param && param->InstanceEnum()==enum_type){
    468468                        return (*object);
    469469                }
Note: See TracChangeset for help on using the changeset viewer.