Changeset 9584


Ignore:
Timestamp:
09/02/11 09:51:16 (14 years ago)
Author:
Mathieu Morlighem
Message:

bug fix Dakota serial

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/solutions/SpawnCore.m

    r9451 r9584  
    1717
    1818%now run the core solution
    19 [dummy,dummy,solutioncore]=SolutionConfiguration(solution_type);
     19[solutioncore]=CorePointerFromSolutionEnum(parameters,solution_type);
    2020if(control_analysis)solutioncore='control_core';end;
    2121eval(['femmodel=' solutioncore '(femmodel);']);
Note: See TracChangeset for help on using the changeset viewer.