- Timestamp:
- 09/11/12 13:49:31 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/modules/OutputResultsx/OutputResultsx.cpp
r12832 r13325 45 45 parameters->FindParam(&solutiontype,SolutionTypeEnum); 46 46 EnumToStringx(&solutiontypestring,solutiontype); 47 results->AddObject(new StringExternalResult(results->Size()+1,SolutionTypeEnum,solutiontypestring,1,0));47 results->AddObject(new GenericExternalResult<char*>(results->Size()+1,SolutionTypeEnum,solutiontypestring,1,0)); 48 48 xDelete<char>(solutiontypestring); 49 49 }
Note:
See TracChangeset
for help on using the changeset viewer.