Salome HOME
Copyright update 2020
[modules/smesh.git] / src / OBJECT / SMESH_SVTKActor.h
index 017e1174c38d81cf099b56952bd0e5691c740755..820dd60c2fc2cf62b8a0acf2c62b47dbcaad3beb 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2016  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2020  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
@@ -50,11 +50,11 @@ public:
   //! To publish the actor an all its internal devices
   virtual
   void
-  AddToRender(vtkRenderer* theRendere); 
+  AddToRender(vtkRenderer* theRendere);
 
   virtual void SetVisibility( int theVisibility );
 
-  //! Initialiaze the instance completely
+  //! Initialize the instance completely
   virtual void
   Initialize();
 
@@ -78,7 +78,7 @@ public:
   vtkUnstructuredGrid* my0DGrid;
   vtkUnstructuredGrid* myBallGrid;
   TVisualObjPtr myVisualObj;
-  
+
   SMESH_SVTKActor();
   virtual ~SMESH_SVTKActor();
 };