Changeset 13423
- Timestamp:
- 09/24/12 14:54:33 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/miscellaneous/fielddisplay.py
r13150 r13423 128 128 string="%s%-23s: %-15s -- %s" % (offset,name,characterization,comment[0]) 129 129 for commenti in comment: 130 string+="\n%s%-23s %-15s %s" % (offset,'','',comment [i])130 string+="\n%s%-23s %-15s %s" % (offset,'','',commenti) 131 131 else: 132 132 raise RuntimeError("fielddisplay error message: format for comment not supported yet")
Note:
See TracChangeset
for help on using the changeset viewer.