Skip to content
Snippets Groups Projects
Commit c3b3b865 authored by Nicolas Marsic's avatar Nicolas Marsic
Browse files

TetEdgeBasis: Nedelec Fix --Vectors were in wrong way

parent 7f0e52c0
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ TetEdgeBasis::TetEdgeBasis(unsigned int order){
tmp2[1].sub(tmp1[1]);
tmp2[2].sub(tmp1[2]);
basis[s][i] = new vector<Polynomial>(tmp1);
basis[s][i] = new vector<Polynomial>(tmp2);
}
// High Order
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment