From 78f43abd85e9bb6cd74f8302ea825fe37ba020e0 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 1 Mar 2017 18:11:49 +0000 Subject: [PATCH] pp --- Geo/GModel.cpp | 4 ++-- Geo/GModelIO_GEO.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Geo/GModel.cpp b/Geo/GModel.cpp index b88d17ec67..e894cac9d8 100644 --- a/Geo/GModel.cpp +++ b/Geo/GModel.cpp @@ -85,8 +85,8 @@ GModel::GModel(std::string name) _createGEOInternals(); // FIXME: GModelFactory will be deprecated, replaced by direct interfaces to - // internal CAD data, with "integer-based" API, easily wrapped in C, Python or - // any other scripting language + // internal CAD data, with an "integer-based" API, easily wrapped in C, Python + // or any other scripting language setFactory("Gmsh"); #if defined(HAVE_MESH) diff --git a/Geo/GModelIO_GEO.cpp b/Geo/GModelIO_GEO.cpp index 6fe050061e..42e138dedb 100644 --- a/Geo/GModelIO_GEO.cpp +++ b/Geo/GModelIO_GEO.cpp @@ -879,8 +879,8 @@ void GEO_Internals::synchronize(GModel *model) // if the entities do not exist, we create them; if they exist, we update the // pointer (and the underlying dependencies, e.g. surface boundaries): this is - // necessary because a GEO entity can change (while keeping the same tag!!), - // due e.g. to ReplaceDuplicates. + // necessary because a GEO entity can change (while keeping the same tag), due + // e.g. to ReplaceDuplicates. if(Tree_Nbr(Points)) { List_T *points = Tree2List(Points); -- GitLab