Index: ../trunk-jpl/test/NightlyRun/test3015.py =================================================================== --- ../trunk-jpl/test/NightlyRun/test3015.py (revision 20309) +++ ../trunk-jpl/test/NightlyRun/test3015.py (revision 20310) @@ -85,7 +85,7 @@ #retrieve directly dVdh_ad=md.results.MasstransportSolution.AutodiffJacobian -print "dV/dh: analytical: #16.16g\n using adolc: #16.16g\n" % (dVdh_an,dVdh_ad) +print "dV/dh: analytical: %16.16g\n using adolc: %16.16g\n" % (dVdh_an,dVdh_ad) #Fields and tolerances to track changes field_names =['dV/dh-dV/dh0']