Skip to content
Snippets Groups Projects
Commit 1e65ad41 authored by Robert K's avatar Robert K
Browse files

keep old way of doing it.

parent 1001fdd4
No related branches found
No related tags found
No related merge requests found
......@@ -1123,8 +1123,6 @@ namespace ALUGrid
const bool bisectionEnabled = conformingClosureNeeded();
alugrid_assert ( bisectionEnabled == mpAccess().gmax( bisectionEnabled ) );
refined = refine ();
/*
// loop until refinement leads to a conforming situation (conforming refinement only)
do
{
......@@ -1141,7 +1139,6 @@ namespace ALUGrid
}
while ( needConformingClosure );
*/
// now do one coarsening step
coarse ();
......
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