Changeset 21759 for issm/branches/trunk-larour-NatGeoScience2016/src/m/miscellaneous/fielddisplay.py
- Timestamp:
- 06/07/17 10:50:54 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-larour-NatGeoScience2016/src/m/miscellaneous/fielddisplay.py
r17480 r21759 1 1 #Module import 2 import numpy 2 import numpy as np 3 3 from math import isnan 4 4 import MatlabFuncs as m … … 33 33 34 34 #matrix 35 elif isinstance(field,n umpy.ndarray):35 elif isinstance(field,np.ndarray): 36 36 string=displayunit(offset,name,str(field.shape),comment) 37 37
Note:
See TracChangeset
for help on using the changeset viewer.