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

pp

parent 95fcd1c5
Branches
Tags
No related merge requests found
......@@ -1554,7 +1554,7 @@ StringXNumber PrintOptions_Number[] = {
"Number of steps in loop over print parameter" },
{ F|O, "Background" , opt_print_background , 0. ,
"Print background?" },
"Print background (gradient and image)?" },
{ F|O, "CompositeWindows" , opt_print_composite_windows , 0. ,
"Composite all window tiles in the same output image (for bitmap output only)" },
......
......@@ -2901,7 +2901,8 @@ static void RemoveDegenerateSurfaces()
else unique.erase(it);
}
if (N-unique.size()) Msg::Info("Coherence : Removing %d seams on Surface %d",N-unique.size(),s->Num);
if (N-unique.size())
Msg::Info("Coherence : Removing %d seams on Surface %d", N-unique.size(),s->Num);
List_T *ll = s->Generatrices;
s->Generatrices = List_Create(4, 1, sizeof(Curve *));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment