Skip to content
Snippets Groups Projects
Commit 5e5ee682 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

increment the factor more slowly
parent 21d74e71
No related branches found
No related tags found
No related merge requests found
// $Id: 3D_Extrude.cpp,v 1.70 2003-12-16 17:36:56 geuzaine Exp $
// $Id: 3D_Extrude.cpp,v 1.71 2003-12-16 20:22:35 geuzaine Exp $
//
// Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle
//
......@@ -1094,7 +1094,7 @@ int Extrude_Mesh(Tree_T * Volumes)
break;
}
else{
RANDOM_SWAP_FACT += 0.1;
RANDOM_SWAP_FACT += 0.05;
Msg(INFO, "Setting random swapping factor to %g", RANDOM_SWAP_FACT);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment