Changeset 19254 for issm/trunk-jpl/src/c/classes/Elements/ElementHook.cpp
- Timestamp:
- 04/03/15 18:53:41 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/ElementHook.cpp
r19237 r19254 126 126 } 127 127 this->hvertices->Marshall(pmarshalled_data,pmarshalled_data_size,marshall_direction); 128 this->hmat par->Marshall(pmarshalled_data,pmarshalled_data_size,marshall_direction);128 this->hmaterial->Marshall(pmarshalled_data,pmarshalled_data_size,marshall_direction); 129 129 this->hmatpar->Marshall(pmarshalled_data,pmarshalled_data_size,marshall_direction); 130 130 if(this->hneighbors)this->hneighbors->Marshall(pmarshalled_data,pmarshalled_data_size,marshall_direction); 131 131 132 132 /*Free ressources: */ 133 xDelete<bool>(hnodesi_null);133 if(hnodesi_null) xDelete<bool>(hnodesi_null); 134 134 135 135 }
Note:
See TracChangeset
for help on using the changeset viewer.