Skip to content
Snippets Groups Projects
Commit 45d0bc4e authored by Mario Ohlberger's avatar Mario Ohlberger
Browse files

added new constructor

[[Imported from SVN: r3505]]
parent 1eb7f82f
Branches
Tags
No related merge requests found
......@@ -355,6 +355,15 @@ namespace Dune {
subSpaces_(0)
{}
//! Constructor
template <class VectorPointerType>
AdaptiveDiscreteFunction(std::string name,
const DiscreteFunctionSpaceType& spc,
VectorPointerType * vector) :
BaseType(spc),
Imp(name, spc, vector)
{}
//! Constructor
AdaptiveDiscreteFunction(std::string name,
const DiscreteFunctionSpaceType& spc,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment