Ignore:
Timestamp:
08/02/16 17:06:46 (9 years ago)
Author:
agscott1
Message:

CHG: Replaced Enums with Strings in matlab and python. Updated corresponding cpp code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/classes/calvinglevermann.m

    r20916 r21049  
    3939                function md = checkconsistency(self,md,solution,analyses) % {{{
    4040                        %Early return
    41                         if (solution~=TransientSolutionEnum() | md.transient.ismovingfront==0), return; end
     41                        if (~strcmp(solution,'TransientSolution') | md.transient.ismovingfront==0), return; end
    4242
    4343                        md = checkfield(md,'fieldname','calving.coeff','>',0,'size',[md.mesh.numberofvertices 1]);
Note: See TracChangeset for help on using the changeset viewer.