Changeset 961 for palm


Ignore:
Timestamp:
Jul 24, 2012 2:04:18 PM (12 years ago)
Author:
hoffmann
Message:

bugfix in palmplot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/NCL/profiles.ncl

    r959 r961  
    400400            c_var_all = new(max_com_i+1,string)
    401401            number_comb_all = new(max_com_i+1, integer)
    402             if (com_i-1 .GT. 0) then
     402            if (com_i-1 .GE. 0) then
    403403              c_var_all(0:com_i-1) = c_var_all_temp(0:com_i-1)
    404404              number_comb_all(0:com_i-1) = number_comb_all_temp(0:com_i-1)
Note: See TracChangeset for help on using the changeset viewer.