source:
issm/oecreview/Archive/24307-24683/ISSM-24498-24499.diff@
24684
Last change on this file since 24684 was 24684, checked in by , 5 years ago | |
---|---|
File size: 802 bytes |
-
../trunk-jpl/src/c/classes/AdaptiveMeshRefinement.cpp
113 113 /*Verify and delete all data*/ 114 114 if(this->fathermesh) delete this->fathermesh; 115 115 if(this->previousmesh) delete this->previousmesh; 116 if(this->x) delete this->x;117 if(this->y) delete this->y;118 if(this->elementslist) delete this->elementslist;116 if(this->x) xDelete<IssmDouble>(this->x); 117 if(this->y) xDelete<IssmDouble>(this->y); 118 if(this->elementslist) xDelete<int>(this->elementslist); 119 119 this->refinement_type = -1; 120 120 this->level_max = -1; 121 121 this->gradation = -1;
Note:
See TracBrowser
for help on using the repository browser.