fix prototype

This commit is contained in:
Gael Guennebaud 2018-06-08 09:56:01 +02:00
parent f4d1461874
commit 7933267c67

View File

@ -173,7 +173,7 @@ class DGMRES : public IterativeSolverBase<DGMRES<_MatrixType,_Preconditioner> >
/**
* Set the restart value (default is 30)
*/
Index set_restart(const Index restart) { m_restart=restart; }
void set_restart(const Index restart) { m_restart=restart; }
/**
* Set the number of eigenvalues to deflate at each restart