X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPlugins%2FMedReader%2FIO%2FvtkMedConstantAttribute.cxx;h=47990389b8d2294a1d3aa0ab3da76fe5a3cca478;hb=c7c9039d845fb2a5e2eb391139af089b4bed26a5;hp=01c5d68ecfe36ff67c3eb28ff45c599188a998f8;hpb=89c33033151baa33eeac8fb09d9c0488acb43c35;p=modules%2Fparavis.git diff --git a/src/Plugins/MedReader/IO/vtkMedConstantAttribute.cxx b/src/Plugins/MedReader/IO/vtkMedConstantAttribute.cxx index 01c5d68e..47990389 100644 --- a/src/Plugins/MedReader/IO/vtkMedConstantAttribute.cxx +++ b/src/Plugins/MedReader/IO/vtkMedConstantAttribute.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2012 CEA/DEN, EDF R&D +// Copyright (C) 2010-2013 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -31,7 +31,7 @@ #include using namespace std; -vtkCxxRevisionMacro(vtkMedConstantAttribute, "$Revision$") +// vtkCxxRevisionMacro(vtkMedConstantAttribute, "$Revision$") vtkStandardNewMacro(vtkMedConstantAttribute); vtkCxxSetObjectMacro(vtkMedConstantAttribute, Values, vtkAbstractArray);