From 011e5e6c40ec59fb6b7f0c8fa0d8f6039702ff4e Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Mon, 12 May 2014 19:59:12 +0000 Subject: [PATCH] pp --- Common/DefaultOptions.h | 2 +- Geo/Geo.cpp | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h index bf850282fd..4a5e6af8b8 100644 --- a/Common/DefaultOptions.h +++ b/Common/DefaultOptions.h @@ -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)" }, diff --git a/Geo/Geo.cpp b/Geo/Geo.cpp index 0680674149..14a8128d8e 100644 --- a/Geo/Geo.cpp +++ b/Geo/Geo.cpp @@ -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 *)); -- GitLab