- Timestamp:
- 08/02/12 17:13:12 (13 years ago)
- Location:
- issm/branches/trunk-jpl-damage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-jpl-damage
- Property svn:mergeinfo changed
-
issm/branches/trunk-jpl-damage/src/c/modules/OutputResultsx/OutputResultsx.cpp
r12168 r12878 14 14 #include "../../Container/Container.h" 15 15 #include "../../io/io.h" 16 #include "../../ objects/objects.h"16 #include "../../classes/objects/objects.h" 17 17 18 void OutputResultsx( 18 void OutputResultsx(Elements* elements, Nodes* nodes, Vertices* vertices, Loads* loads, Materials* materials, Parameters* parameters,Results* results){ 19 19 20 20 extern int my_rank; … … 46 46 EnumToStringx(&solutiontypestring,solutiontype); 47 47 results->AddObject(new StringExternalResult(results->Size()+1,SolutionTypeEnum,solutiontypestring,1,0)); 48 x free((void**)&solutiontypestring);48 xDelete<char>(solutiontypestring); 49 49 } 50 50 … … 68 68 fid=pfopen(cpu_outputfilename ,"wb"); 69 69 } 70 x free((void**)&outputfilename);70 xDelete<char>(outputfilename); 71 71 72 72 /*Add file pointer in parameters for further calls to OutputResultsx: */
Note:
See TracChangeset
for help on using the changeset viewer.