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

Who constructs who?

parent 72a92ad6
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ class VTKBasisGridFunction
*/
VTKBasisGridFunction(const Basis& basis, const CoefficientType& v,
const std::string& s)
: basis_(basis), coeffs_(v), s(s_) {
: basis_(basis), coeffs_(v), s_(s) {
if (v.size() != basis_.size())
DUNE_THROW(
IOError,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment