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
  • issm/trunk-jpl/src/c/classes/Elements/ElementHook.cpp

    r19237 r19254  
    126126        }
    127127        this->hvertices->Marshall(pmarshalled_data,pmarshalled_data_size,marshall_direction);
    128         this->hmatpar->Marshall(pmarshalled_data,pmarshalled_data_size,marshall_direction);
     128        this->hmaterial->Marshall(pmarshalled_data,pmarshalled_data_size,marshall_direction);
    129129        this->hmatpar->Marshall(pmarshalled_data,pmarshalled_data_size,marshall_direction);
    130130        if(this->hneighbors)this->hneighbors->Marshall(pmarshalled_data,pmarshalled_data_size,marshall_direction);
    131131
    132132        /*Free ressources: */
    133         xDelete<bool>(hnodesi_null);
     133        if(hnodesi_null) xDelete<bool>(hnodesi_null);
    134134
    135135}
Note: See TracChangeset for help on using the changeset viewer.