fix warnings for doc-eigen-prerequisites

This commit is contained in:
Christoph Hertzberg
2018-07-24 21:59:15 +02:00
parent 4d05b107cf
commit 73b1c0a660
4 changed files with 6 additions and 6 deletions

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