source:
issm/oecreview/Archive/24307-24683/ISSM-24498-24499.diff@
24684
      
      | Last change on this file since 24684 was 24684, checked in by , 6 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.
    ![(please configure the [header_logo] section in trac.ini)](/trac/issm/chrome/common/trac_banner.png)