Changeset 12113
- Timestamp:
- 04/24/12 08:45:25 (13 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/model.py
r12038 r12113 111 111 string="%s\n%s" % (string,"%19s: %-22s -- %s" % ("radaroverlay","[%s,%s]" % ("1x1",obj.radaroverlay.__class__.__name__),"radar image for plot overlay")) 112 112 string="%s\n%s" % (string,"%19s: %-22s -- %s" % ("miscellaneous","[%s,%s]" % ("1x1",obj.miscellaneous.__class__.__name__),"miscellaneous fields")) 113 string="%s\n%s" % (string,"%19s: %-22s -- %s" % ("miscellaneous","[%s,%s]" % ("1x1",obj.miscellaneous.__class__.__name__),"miscellaneous fields"))114 113 return string; 115 114 #}}} -
issm/trunk-jpl/test/NightlyRun/test102.py
r12112 r12113 2 2 from triangle import * 3 3 from setmask import * 4 from parameterize import * 4 5 5 6 md=model(); 6 7 md=triangle(md,'../Exp/Square.exp',150000); 7 8 md=setmask(md,'all',''); 9 md=parameterize(md,'../Par/SquareShelfConstrained.par')
Note:
See TracChangeset
for help on using the changeset viewer.