Ignore:
Timestamp:
Jun 28, 2017 2:35:57 PM (7 years ago)
Author:
scharf
Message:

bugfixes

File:
1 edited

Legend:

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

    r2030 r2297  
    22332233            end if
    22342234           
    2235             if (nof .EQ. 0) then
    2236                 z_(n,:)=z/norm_z
    2237                 z    = z_(n,:)
    2238             else
     2235            ;if (nof .EQ. 0) then
     2236                ;z_(n,:)=z/norm_z
     2237                ;z    = z_(n,:)
     2238            ;else
    22392239                z=z/norm_z
    2240             end if
     2240            ;end if
    22412241
    22422242            delta_z = z(2) - z(1)
Note: See TracChangeset for help on using the changeset viewer.