From 44b2186146252f6d791d6a791a6dc76ff8fe07db Mon Sep 17 00:00:00 2001 From: "Bryan W. Weber" Date: Fri, 11 Nov 2016 16:11:11 -0500 Subject: [PATCH] [1D] Remove default argument from setMaxGridPoints --- include/cantera/oneD/Sim1D.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/cantera/oneD/Sim1D.h b/include/cantera/oneD/Sim1D.h index 53ae7cc06..fdeedfedf 100644 --- a/include/cantera/oneD/Sim1D.h +++ b/include/cantera/oneD/Sim1D.h @@ -139,7 +139,7 @@ public: * then the settings apply only to the specified domain. If dom < 0, * the settings are applied to each domain. @see Refiner::setMaxPoints. */ - void setMaxGridPoints(int dom = -1, int npoints = 300); + void setMaxGridPoints(int dom, int npoints); /** * Get the maximum number of grid points in this domain. @see Refiner::maxPoints