[1D] Remove default argument from setMaxGridPoints

This commit is contained in:
Bryan W. Weber 2016-11-11 16:11:11 -05:00 committed by Bryan W. Weber
parent 4fb0d52d4b
commit 44b2186146

View file

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