Changeset 21049 for issm/trunk-jpl/src/m/classes/dependent.py
- Timestamp:
- 08/02/16 17:06:46 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/dependent.py
r20910 r21049 4 4 from fielddisplay import fielddisplay 5 5 from MatlabFuncs import * 6 from EnumDefinitions import *7 6 from MeshProfileIntersection import MeshProfileIntersection 8 7 … … 49 48 s =" dependent variable:\n" 50 49 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)") 52 51 s+="%s\n" % fielddisplay(self,'type',"type of variable ('vertex' or 'scalar')") 53 52
Note:
See TracChangeset
for help on using the changeset viewer.