source: issm/oecreview/Archive/19101-20495/ISSM-20309-20310.diff@ 20498

Last change on this file since 20498 was 20498, checked in by Mathieu Morlighem, 9 years ago

CHG: done with Archive/19101-20495

File size: 595 bytes
RevLine 
[20498]1Index: ../trunk-jpl/test/NightlyRun/test3015.py
2===================================================================
3--- ../trunk-jpl/test/NightlyRun/test3015.py (revision 20309)
4+++ ../trunk-jpl/test/NightlyRun/test3015.py (revision 20310)
5@@ -85,7 +85,7 @@
6 #retrieve directly
7 dVdh_ad=md.results.MasstransportSolution.AutodiffJacobian
8
9-print "dV/dh: analytical: #16.16g\n using adolc: #16.16g\n" % (dVdh_an,dVdh_ad)
10+print "dV/dh: analytical: %16.16g\n using adolc: %16.16g\n" % (dVdh_an,dVdh_ad)
11
12 #Fields and tolerances to track changes
13 field_names =['dV/dh-dV/dh0']
Note: See TracBrowser for help on using the repository browser.