|
Last change
on this file since 24684 was 24684, checked in by Mathieu Morlighem, 6 years ago |
|
CHG: added new review
|
|
File size:
802 bytes
|
| Rev | Line | |
|---|
| [24684] | 1 | Index: ../trunk-jpl/src/c/classes/AdaptiveMeshRefinement.cpp
|
|---|
| 2 | ===================================================================
|
|---|
| 3 | --- ../trunk-jpl/src/c/classes/AdaptiveMeshRefinement.cpp (revision 24498)
|
|---|
| 4 | +++ ../trunk-jpl/src/c/classes/AdaptiveMeshRefinement.cpp (revision 24499)
|
|---|
| 5 | @@ -113,9 +113,9 @@
|
|---|
| 6 | /*Verify and delete all data*/
|
|---|
| 7 | if(this->fathermesh) delete this->fathermesh;
|
|---|
| 8 | if(this->previousmesh) delete this->previousmesh;
|
|---|
| 9 | - if(this->x) delete this->x;
|
|---|
| 10 | - if(this->y) delete this->y;
|
|---|
| 11 | - if(this->elementslist) delete this->elementslist;
|
|---|
| 12 | + if(this->x) xDelete<IssmDouble>(this->x);
|
|---|
| 13 | + if(this->y) xDelete<IssmDouble>(this->y);
|
|---|
| 14 | + if(this->elementslist) xDelete<int>(this->elementslist);
|
|---|
| 15 | this->refinement_type = -1;
|
|---|
| 16 | this->level_max = -1;
|
|---|
| 17 | this->gradation = -1;
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.