Changeset 26021


Ignore:
Timestamp:
02/22/21 11:03:52 (4 years ago)
Author:
bulthuis
Message:

BUG: fix issue with ismodelselfconsistent.py

File:
1 edited

Legend:

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

    r26013 r26021  
    7979    elif 'DamageEvolutionSolution':
    8080        analyses = ['DamageEvolutionAnalysis']
    81     elseif strcmp(solutiontype,'SamplingSolution')
    82                 analyses=['SamplingAnalysis'] 
     81    elif 'SamplingSolution':
     82                analyses=['SamplingAnalysis']
    8383    else:
    8484        raise TypeError('solution type: {} not supported yet!'.format(solutiontype))
Note: See TracChangeset for help on using the changeset viewer.