From 267da2940b4a364d38dcab352bdaec9693535151 Mon Sep 17 00:00:00 2001 From: Jonathan Youett <youett@mi.fu-berlin.de> Date: Fri, 21 Oct 2011 14:06:29 +0000 Subject: [PATCH] adjust to changes [[Imported from SVN: r7990]] --- test/globalgfetestfunctionbasistest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/globalgfetestfunctionbasistest.cc b/test/globalgfetestfunctionbasistest.cc index 06d45050..a4f431fb 100644 --- a/test/globalgfetestfunctionbasistest.cc +++ b/test/globalgfetestfunctionbasistest.cc @@ -38,7 +38,7 @@ void test() // make global basis typedef P1NodalBasis<typename OneDGrid::LeafGridView> P1Basis; P1Basis p1Basis(grid.leafView()); - typedef GlobalGFETestFunctionBasis<P1Basis,TargetSpace, std::vector<TargetSpace> > GlobalBasis; + typedef GlobalGFETestFunctionBasis<P1Basis,TargetSpace> GlobalBasis; GlobalBasis basis(p1Basis,testPoints); typedef typename OneDGrid::Codim<0>::LeafIterator ElementIterator; -- GitLab