|
Last change
on this file since 24684 was 24684, checked in by Mathieu Morlighem, 6 years ago |
|
CHG: added new review
|
|
File size:
448 bytes
|
| Rev | Line | |
|---|
| [24684] | 1 | Index: ../trunk-jpl/src/c/classes/FemModel.cpp
|
|---|
| 2 | ===================================================================
|
|---|
| 3 | --- ../trunk-jpl/src/c/classes/FemModel.cpp (revision 24628)
|
|---|
| 4 | +++ ../trunk-jpl/src/c/classes/FemModel.cpp (revision 24629)
|
|---|
| 5 | @@ -2518,6 +2518,10 @@
|
|---|
| 6 | }
|
|---|
| 7 | }
|
|---|
| 8 |
|
|---|
| 9 | + /*Clean up*/
|
|---|
| 10 | + for(int i=0;i<numonnodes;i++) xDelete<char>(resultsonnodes[i]);
|
|---|
| 11 | + xDelete<char*>(resultsonnodes);
|
|---|
| 12 | +
|
|---|
| 13 | /*Assign pointer and clean up*/
|
|---|
| 14 | *presults = results;
|
|---|
| 15 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.