Changeset 5488
- Timestamp:
- 08/23/10 01:01:45 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/solutions/SpawnCore.m
r5483 r5488 19 19 %now run the core solution 20 20 [dummy,dummy,solutioncore]=SolutionConfiguration(solution_type); 21 if(control_analysis)solutioncore='control_core'; 21 if(control_analysis)solutioncore='control_core';end; 22 22 eval(['femmodel=' solutioncore '(femmodel);']); 23 23
Note:
See TracChangeset
for help on using the changeset viewer.