Skip to content
Snippets Groups Projects
Commit e29a0c9a authored by Tomáš Oberhuber's avatar Tomáš Oberhuber Committed by Tomáš Oberhuber
Browse files

Added default values of template parameters of IterativeSolverMonitor.

parent 0038a2ce
No related branches found
No related tags found
1 merge request!116Documentation for linear solvers and preconditioners
......@@ -21,7 +21,8 @@ namespace TNL {
* \tparam Real is a type of the floating-point arithmetics.
* \tparam Index is an indexing type.
*/
template< typename Real, typename Index>
template< typename Real = double,
typename Index = int >
class IterativeSolverMonitor : public SolverMonitor
{
public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment