Changeset 1031 for trunk/UTIL


Ignore:
Timestamp:
Sep 5, 2013, 4:50:20 PM (11 years ago)
Author:
tnavarro
Message:

simple bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/PYTHON/planetoplot_v2/ppclass.py

    r1029 r1031  
    13841384                self.field_t = np.linspace(dafirst,dalast,num=self.dim_t)
    13851385                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 !!"
    13871387                    if dalast != tabtime[self.dim_t-1]:
    13881388                        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.