Changeset 916 for trunk/UTIL/PYTHON/planetoplot_v2/ppclass.py
- Timestamp:
- Mar 26, 2013, 3:51:04 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/PYTHON/planetoplot_v2/ppclass.py
r915 r916 1117 1117 self.method_x = "fixed" 1118 1118 if self.verbose: print "**** OK. no x dimension." 1119 if self.method_y == "free" or test in [" compfree","compcomp"]:1119 if self.method_y == "free" or test in ["freecomp","compcomp"]: 1120 1120 self.index_y = range(0,self.dim_y,stridey) 1121 1121 if self.dim_y > 1:
Note: See TracChangeset
for help on using the changeset viewer.