Changeset 21055


Ignore:
Timestamp:
08/03/16 01:38:02 (9 years ago)
Author:
agscott1
Message:

BUG: Fixed SealevelriseSolution for python

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/solve/solve.py

    r21054 r21055  
    7070                solutionstring = 'GiaSolution';
    7171        elif solutionstring.lower() == 'sl' or solutionstring.lower() == 'sealevelrisesolution' or solutionstring.lower() == 'sealevelrise':
    72                 solutionstring = 'GiaSolution';
     72                solutionstring = 'SealevelriseSolution';
    7373        else:   
    7474                raise ValueError("solutionstring '%s' not supported!" % solutionstring)
Note: See TracChangeset for help on using the changeset viewer.