Changed the default to not crop the printout of any small numbers.

This commit is contained in:
Harry Moffat 2014-08-12 22:45:53 +00:00
parent 8ea3da7247
commit fcbf41ac73

View file

@ -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