Changeset 2615 in lmdz_wrf for trunk/tools


Ignore:
Timestamp:
Jun 18, 2019, 3:28:05 AM (6 years ago)
Author:
lfita
Message:

Removing spurious prints

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/geometry_tools.py

    r2614 r2615  
    887887                        icut.append(newecut[icc])
    888888                        ipt.append(newept[icc])
    889         print '    xval=', xval, 'cut, ip; ipt ep; ept ________'
    890         for ic in range(Ncuts):
    891             print '      ', ic, icut[ic], ';', ipt[ic], ecut[ic], ';', ept[ic]
     889        #print '    xval=', xval, 'cut, ip; ipt ep; ept ________'
     890        #for ic in range(Ncuts):
     891        #    print '      ', ic, icut[ic], ';', ipt[ic], ecut[ic], ';', ept[ic]
    892892
    893893    # Length of joining lines
Note: See TracChangeset for help on using the changeset viewer.