Skip to content
Snippets Groups Projects
Commit 7aa209b8 authored by Oliver Sander's avatar Oliver Sander
Browse files

bugfixing the bugfix... ;-)

[[Imported from SVN: r1370]]
parent 3589b372
No related branches found
No related tags found
No related merge requests found
......@@ -261,7 +261,7 @@ inline UGGrid < dim, dimworld >::~UGGrid()
UG3d::Set_Current_BVP((void**)thisBVP);
UG3d::DisposeMultiGrid(multigrid_);
#else
UG3d::Set_Current_BVP((void**)thisBVP);
UG2d::Set_Current_BVP((void**)thisBVP);
UG2d::DisposeMultiGrid(multigrid_);
#endif
}
......
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