fixed: set 'geo' pointer from ASMu2D to correct basis in ASMu2Dmx

This commit is contained in:
Arne Morten Kvarving 2016-11-15 16:47:23 +01:00 committed by Kjetil Andre Johannessen
parent e82c490c1a
commit 877601c072

View File

@ -237,6 +237,8 @@ bool ASMu2Dmx::generateFEMTopology ()
std::cout <<"NEL = "<< nel <<" NNOD = "<< nnod << std::endl;
#endif
geo = m_basis[geoBasis-1].get();
return true;
}