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
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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: