Skip to content

Commit

Permalink
Some cosmetics to the previous bug fix. Note that the bug fix is due …
Browse files Browse the repository at this point in the history
…to Shuai Lu.
  • Loading branch information
LogashenkoDL committed Sep 12, 2024
1 parent 7fbb1ae commit 6b8c7d4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ugbase/lib_disc/domain_util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,8 @@ void LoadDomain(TDomain& domain, const char* filename, int procId)
UG_THROW("LoadDomain: Could not load file: "<<filename);
}

if(num_ph > 0)
{
if(num_ph != 0)
domain.set_refinement_projector(ph);
}
}


Expand Down

0 comments on commit 6b8c7d4

Please sign in to comment.