Ignore:
Timestamp:
Mar 26, 2013, 3:51:04 PM (12 years ago)
Author:
jleconte
Message:

UTIL PYTHON planetoplot_v2. corrected two typo bugs.

File:
1 edited

Legend:

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

    r915 r916  
    11171117                self.method_x = "fixed"
    11181118                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"]:
    11201120            self.index_y = range(0,self.dim_y,stridey)
    11211121            if self.dim_y > 1: 
Note: See TracChangeset for help on using the changeset viewer.