From ff825096006bef0a3aeba164df6e1ad3f08e7de3 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Fri, 2 Oct 2009 21:08:16 +0000 Subject: [PATCH] Test commit with small functionality. --- Cantera/src/numerics/Integrator.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cantera/src/numerics/Integrator.h b/Cantera/src/numerics/Integrator.h index 47fc811d8..cd442db88 100755 --- a/Cantera/src/numerics/Integrator.h +++ b/Cantera/src/numerics/Integrator.h @@ -78,8 +78,8 @@ namespace Cantera { virtual void setTolerances(doublereal reltol, int n, doublereal* abstol) { warn("setTolerances"); } - /** - * Set error tolerances. + //! Set error tolerances. + /*! * @param reltol scalar relative tolerance * @param abstol scalar absolute tolerance */