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/dependent.py

    r20910 r21049  
    44from fielddisplay import fielddisplay
    55from MatlabFuncs import *
    6 from EnumDefinitions import *
    76from MeshProfileIntersection import MeshProfileIntersection
    87
     
    4948                s ="   dependent variable:\n"
    5049
    51                 s+="%s\n" % fielddisplay(self,'name',"variable name (must match corresponding Enum)")
     50                s+="%s\n" % fielddisplay(self,'name',"variable name (must match corresponding String)")
    5251                s+="%s\n" % fielddisplay(self,'type',"type of variable ('vertex' or 'scalar')")
    5352
Note: See TracChangeset for help on using the changeset viewer.