[1D] Remove default argument from setMaxGridPoints
This commit is contained in:
parent
4fb0d52d4b
commit
44b2186146
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue