Changeset 21353
- Timestamp:
- 11/09/16 09:02:05 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/solve/solve.m
r21260 r21353 50 50 elseif strcmpi(solutionstring,'mc') || strcmpi(solutionstring,'Balancethickness') 51 51 solutionstring = 'BalancethicknessSolution'; 52 elseif strcmpi(solutionstring,'mcsoft') || strcmpi(solutionstring,'BalancethicknessSoft') 53 solutionstring = 'BalancethicknessSoftSolution'; 52 54 elseif strcmpi(solutionstring,'bv') || strcmpi(solutionstring,'Balancevelocity') 53 55 solutionstring = 'BalancevelocitySolution';
Note:
See TracChangeset
for help on using the changeset viewer.