]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
spns #32364: PlaneGCS 0.20
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Fri, 30 Sep 2022 12:03:43 +0000 (14:03 +0200)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Fri, 30 Sep 2022 12:03:43 +0000 (14:03 +0200)
products/patches/planegcs-0.20.p02.patch

index 66c170dd31d252a6b35dcba971d6875a29bf673e..ed5ddf097a637c6d9fab7a084d43a4b2a4295dc5 100644 (file)
@@ -1,6 +1,6 @@
 --- planegcs-0.20_ref/planegcs/GCS.cpp 2022-09-30 13:30:52.206867543 +0200
-+++ planegcs-0.20_dev/planegcs/GCS.cpp 2022-09-30 13:31:35.938263775 +0200
-@@ -95,7 +95,7 @@
++++ planegcs-0.20_dev/planegcs/GCS.cpp 2022-09-30 14:03:08.348487061 +0200
+@@ -95,14 +95,14 @@
  #define CASE_NOT_IMP(X) case X: { subsystemfile << "//" #X "not yet implemented" << std::endl; break; }
  #endif
  
@@ -9,3 +9,11 @@
  #ifdef _GCS_USE_STL_OUTPUT
  #include <cstdio>
  #else
+ #include <Base/Console.h>
+ #endif
+-#include <boost_graph_adjacency_list.hpp>
++#include <boost/graph/adjacency_list.hpp>
+ #include <boost/graph/connected_components.hpp>
+ namespace GCS