Ignore:
Timestamp:
09/11/12 13:49:31 (13 years ago)
Author:
Eric.Larour
Message:

NEW: large change. Replaced all our instances of ExternalResult objects with one
generic templated class. Much simpler, though it hit some of the code in the solutions
in modules.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/modules/OutputResultsx/OutputResultsx.cpp

    r12832 r13325  
    4545                parameters->FindParam(&solutiontype,SolutionTypeEnum);
    4646                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));
    4848                xDelete<char>(solutiontypestring);
    4949        }
Note: See TracChangeset for help on using the changeset viewer.