Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into simmetrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ibaned committed Oct 13, 2014
2 parents 4f4d4e8 + e89ca5d commit 095c2c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phasta/phAdapt.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ static void runUniformRefinement(Input& in, apf::Mesh2* m)
void tetrahedronize(Input&, apf::Mesh2* m)
{
ma::Input* ma_in = ma::configureIdentity(m);
ma_in->shouldRunPreZoltan = true;
ma_in->shouldRunPreParma = true;
ma_in->shouldCleanupLayer = true;
ma_in->shouldTurnLayerToTets = true;
ma::adapt(ma_in);
Expand Down

0 comments on commit 095c2c5

Please sign in to comment.