Changeset 14592
- Timestamp:
- 04/15/13 19:21:59 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/solve/process_solve_options.py
r13116 r14592 20 20 if solution_type not in (DiagnosticSolutionEnum(),PrognosticSolutionEnum(),ThermalSolutionEnum(),\ 21 21 SteadystateSolutionEnum(),TransientSolutionEnum(),EnthalpySolutionEnum(),\ 22 BalancethicknessSolutionEnum(),BedSlopeSolutionEnum(),SurfaceSlopeSolutionEnum(),HydrologySolutionEnum(),FlaimSolutionEnum()): 22 BalancethicknessSolutionEnum(),BedSlopeSolutionEnum(),SurfaceSlopeSolutionEnum(),\ 23 HydrologySolutionEnum(),FlaimSolutionEnum(),GiaSolutionEnum()): 23 24 raise ValueError("process_solve_options error message: solution_type '%s' not supported yet!" % EnumToString(solution_type)[0]) 24 25 outoptions['solution_type']=solution_type
Note:
See TracChangeset
for help on using the changeset viewer.