Changeset 1031 for trunk/UTIL
- Timestamp:
- Sep 5, 2013, 4:50:20 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/PYTHON/planetoplot_v2/ppclass.py
r1029 r1031 1384 1384 self.field_t = np.linspace(dafirst,dalast,num=self.dim_t) 1385 1385 if self.verbose: 1386 print "!! WARNING !! WARNING !! Time axis is supposed to be equally spaced !! 1386 print "!! WARNING !! WARNING !! Time axis is supposed to be equally spaced !!" 1387 1387 if dalast != tabtime[self.dim_t-1]: 1388 1388 print "!! WARNING !! Time axis has been recast to be monotonic",dalast,tabtime[self.dim_t-1]
Note: See TracChangeset
for help on using the changeset viewer.