X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPIPELINE%2FVISU_DeformedShapePL.cxx;h=3312723f25b0631385ff6ba0c227db855f70cd9c;hb=43ac4bca0b3831bed6ba417dba4ee14e6d99680b;hp=2f316876249a94e2357e0bf301f824f71b8ea0ef;hpb=d90eeb25287fa1f390fe7a336547e74161708e44;p=modules%2Fvisu.git diff --git a/src/PIPELINE/VISU_DeformedShapePL.cxx b/src/PIPELINE/VISU_DeformedShapePL.cxx index 2f316876..3312723f 100644 --- a/src/PIPELINE/VISU_DeformedShapePL.cxx +++ b/src/PIPELINE/VISU_DeformedShapePL.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE +// 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 @@ -19,6 +19,7 @@ // // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // + // VISU OBJECT : interactive object for VISU entities implementation // File: VISU_PipeLine.cxx // Author: Alexey PETROV @@ -77,7 +78,7 @@ VISU_DeformedShapePL void VISU_DeformedShapePL ::DoShallowCopy(VISU_PipeLine *thePipeLine, - bool theIsCopyInput) + bool theIsCopyInput) { Superclass::DoShallowCopy(thePipeLine, theIsCopyInput); @@ -187,8 +188,8 @@ VISU_DeformedShapePL ::InsertCustomPL() { VISU::CellDataToPoint(myWarpVector, - myCellDataToPointData, - GetMergedInput()); + myCellDataToPointData, + GetMergedInput()); return myWarpVector->GetOutput(); }