Ignore:
Timestamp:
02/11/19 04:11:43 (6 years ago)
Author:
bdef
Message:

CHG: translate from python 2 to3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test3020.py

    r21408 r23707  
    9494dMaxVdh_ad=md.results.TransientSolution[0].AutodiffJacobian[1]
    9595
    96 print "dV/dh: analytical:  %16.16g\n       using adolc:  %16.16g\n" % (dVdh_an,dVdh_ad)
    97 print "dMaxV/dh: analytical:  %16.16g\n       using adolc:  %16.16g\n" % (dMaxVdh_an,dMaxVdh_ad)
     96print("dV/dh: analytical:  %16.16g\n       using adolc:  %16.16g\n" % (dVdh_an,dVdh_ad))
     97print("dMaxV/dh: analytical:  %16.16g\n       using adolc:  %16.16g\n" % (dMaxVdh_an,dMaxVdh_ad))
    9898
    9999#Fields and tolerances to track changes
Note: See TracChangeset for help on using the changeset viewer.