Skip to content
Snippets Groups Projects
Commit f6b735f4 authored by Van Dung NGUYEN's avatar Van Dung NGUYEN
Browse files

back to previous

parent c9fcf827
No related branches found
No related tags found
1 merge request!293Master
......@@ -112,7 +112,7 @@ class CurlMixedFunctionSpace : public mixedFunctionSpaceBase, public nlsFunctio
}
else if (std::find(curlComp.begin(),curlComp.end(),c) != curlComp.end())
{
return _space->getTotalNumShapeFunctions(ele)+_curlSpace->getShapeFunctionsIndex(ele,c);
return _curlSpace->getShapeFunctionsIndex(ele,c);
}
else
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment