]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
fix GeomAlgoAPI_NormalToFace::normal "extra qualification" nrn/Fix_NormalToFace
authorNicolas RECHATIN <nicolas.rechatin@cea.fr>
Thu, 1 Jul 2021 08:45:41 +0000 (10:45 +0200)
committerNicolas RECHATIN <nicolas.rechatin@cea.fr>
Thu, 1 Jul 2021 08:45:41 +0000 (10:45 +0200)
src/GeomAlgoAPI/GeomAlgoAPI_NormalToFace.h

index 307ed3df6fec60528e36e7a05f1fb77c0600fa7c..289f8cf82b62b388914f3f5f5e71fd20029050bc 100644 (file)
@@ -37,10 +37,10 @@ class GEOMALGOAPI_EXPORT GeomAlgoAPI_NormalToFace
   /// \param theOptionnelPoint the optionnel point
   /// \param theNormal the normal
   /// \param theError the error
-  static bool GeomAlgoAPI_NormalToFace::normal(GeomShapePtr theFace,
-                                               GeomShapePtr theOptionnelPoint,
-                                               GeomEdgePtr  theNormal,
-                                               std::string& theError);
+  static bool normal(GeomShapePtr theFace,
+                     GeomShapePtr theOptionnelPoint,
+                     GeomEdgePtr  theNormal,
+                     std::string& theError);
 };
 
 #endif