Changeset 20310


Ignore:
Timestamp:
03/11/16 15:49:26 (9 years ago)
Author:
Mathieu Morlighem
Message:

BUG: bad string formatting in print

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/test/NightlyRun/test3015.py ΒΆ

    r20218 r20310  
    8686dVdh_ad=md.results.MasstransportSolution.AutodiffJacobian
    8787
    88 print "dV/dh: analytical:  #16.16g\n       using adolc:  #16.16g\n" % (dVdh_an,dVdh_ad)
     88print "dV/dh: analytical:  %16.16g\n       using adolc:  %16.16g\n" % (dVdh_an,dVdh_ad)
    8989
    9090#Fields and tolerances to track changes
Note: See TracChangeset for help on using the changeset viewer.