Changeset 4401
- Timestamp:
- 07/06/10 08:56:53 (15 years ago)
- Location:
- issm/trunk/src/c
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/issm.cpp
r4399 r4401 113 113 114 114 /*Free ressources */ 115 xfree((void**)&analyses); 115 116 delete femmodel; 116 117 -
issm/trunk/src/c/objects/Elements/TriaHook.cpp
r4400 r4401 59 59 /*FUNCTION TriaHook::SetHookNodes(int* node_ids,int analysis_counter){{{1*/ 60 60 void TriaHook::SetHookNodes(int* node_ids,int analysis_counter){ 61 62 /*Delete existing Hook (empty)*/ 63 delete this->hnodes[analysis_counter]; 64 65 /*Replace by new Hook*/ 61 66 this->hnodes[analysis_counter]=new Hook(node_ids,3); 62 67 } -
issm/trunk/src/c/objects/Node.cpp
r4396 r4401 176 176 Node::~Node(){ 177 177 delete inputs; 178 delete hvertex; 179 delete hupper_node; 178 180 return; 179 181 }
Note:
See TracChangeset
for help on using the changeset viewer.