Salome HOME
Fix regression: storeViewParameters() does not work for OCC view
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_FinderShapeOnQuad.hxx
index 6b15851b1b79fc27c9adc938e9caf463db460261..0a1d945686014b8f2b6ba6bf147b8f64b14c8f14 100644 (file)
@@ -1,4 +1,6 @@
-//  Copyright (C) 2003  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+//  Copyright (C) 2007-2010  CEA/DEN, EDF R&D, OPEN CASCADE
+//
+//  Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 //  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
 //
 //  This library is free software; you can redistribute it and/or
 //  License along with this library; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-//
+//  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
+
 // File      : GEOMAlgo_FinderShapeOnQuad.hxx
 // Created   : Mon Oct 17 17:15:59 2005
 // Author    : Edward AGAPOV (eap)
-
+//
 #ifndef GEOMAlgo_FinderShapeOnQuad_HeaderFile
 #define GEOMAlgo_FinderShapeOnQuad_HeaderFile
 
@@ -51,10 +52,10 @@ protected:
 
 private:
 
-  bool                         myConcaveQuad;
+  bool                              myConcaveQuad;
   std::vector<bool>                 myConcaveSide;
   std::vector<gp_Pnt>               myPoints;
   std::vector<GeomAdaptor_Surface>  myPlanes;
-  gp_Vec                       myQuadNormal;
+  gp_Vec                            myQuadNormal;
 };
 #endif