Changeset 4186


Ignore:
Timestamp:
06/24/10 08:48:58 (15 years ago)
Author:
seroussi
Message:

VecFree instead of delete for vectors

Location:
issm/trunk/src/mex
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/mex/SpcNodes/SpcNodes.cpp

    r4103 r4186  
    4040        delete nodes;
    4141        delete constraints;
    42         delete yg;
     42        VecFree(&yg);
    4343
    4444        /*end module: */
  • issm/trunk/src/mex/VerticesDof/VerticesDof.cpp

    r4174 r4186  
    4343        delete vertices;
    4444        delete parameters;
    45         delete partition;
    46         delete tpartition;
     45        VecFree(&partition);
     46        VecFree(&tpartition);
    4747
    4848        /*end module: */
Note: See TracChangeset for help on using the changeset viewer.