Skip to content
Snippets Groups Projects
Commit 6e585b92 authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

Remove template defaults

parent 98b0b7dd
No related branches found
No related tags found
No related merge requests found
......@@ -13,9 +13,7 @@
#include "nicefunction.hh"
namespace Dune {
template <int dim, class OuterFunctionType,
class VectorType = BlockVector<FieldVector<double, dim>>,
class MatrixType = BCRSMatrix<FieldMatrix<double, dim, dim>>>
template <int dim, class OuterFunctionType, class VectorType, class MatrixType>
class GlobalLaursenNonlinearity
: public GlobalNonlinearity<dim, VectorType, MatrixType> {
public:
......
......@@ -12,9 +12,7 @@
#include "localnonlinearity.hh"
namespace Dune {
template <int dim,
class VectorTypeTEMPLATE = BlockVector<FieldVector<double, dim>>,
class MatrixTypeTEMPLATE = BCRSMatrix<FieldMatrix<double, dim, dim>>>
template <int dim, class VectorTypeTEMPLATE, class MatrixTypeTEMPLATE>
class GlobalNonlinearity {
public:
typedef VectorTypeTEMPLATE VectorType;
......
......@@ -14,8 +14,7 @@
#include "nicefunction.hh"
namespace Dune {
template <int dim, class VectorType = BlockVector<FieldVector<double, dim>>,
class MatrixType = BCRSMatrix<FieldMatrix<double, dim, dim>>>
template <int dim, class VectorType, class MatrixType>
class GlobalRuinaNonlinearity
: public GlobalNonlinearity<dim, VectorType, MatrixType> {
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