Changeset 9584
- Timestamp:
- 09/02/11 09:51:16 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/solutions/SpawnCore.m
r9451 r9584 17 17 18 18 %now run the core solution 19 [ dummy,dummy,solutioncore]=SolutionConfiguration(solution_type);19 [solutioncore]=CorePointerFromSolutionEnum(parameters,solution_type); 20 20 if(control_analysis)solutioncore='control_core';end; 21 21 eval(['femmodel=' solutioncore '(femmodel);']);
Note:
See TracChangeset
for help on using the changeset viewer.