Skip to content
Snippets Groups Projects
Commit 267da294 authored by Youett, Jonathan's avatar Youett, Jonathan Committed by akbib@FU-BERLIN.DE
Browse files

adjust to changes

[[Imported from SVN: r7990]]
parent a19d49df
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
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