From fcbf41ac73af2c88805d16a86bf46e947bdb0874 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Tue, 12 Aug 2014 22:45:53 +0000 Subject: [PATCH] Changed the default to not crop the printout of any small numbers. --- include/cantera/thermo/ThermoPhase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/cantera/thermo/ThermoPhase.h b/include/cantera/thermo/ThermoPhase.h index 89ff730b3..954e873ad 100644 --- a/include/cantera/thermo/ThermoPhase.h +++ b/include/cantera/thermo/ThermoPhase.h @@ -1544,7 +1544,7 @@ public: * greater than *threshold*. */ virtual std::string report(bool show_thermo=true, - doublereal threshold=1e-14) const; + doublereal threshold=-1e-14) const; //! returns a summary of the state of the phase to a comma separated file. //! To customize the data included in the report, derived classes should