From: Ricardo A Corredor Date: Fri, 4 Jan 2013 14:18:56 +0000 (+0100) Subject: Fix input ComputeScalarsOn in recent modification X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=8b19dc9cba920265d396ad9854a5b451de260569;p=bbtk.git Fix input ComputeScalarsOn in recent modification --- diff --git a/packages/vtk/src/bbvtkMarchingCubes.h b/packages/vtk/src/bbvtkMarchingCubes.h index e2f440c..6198ee9 100644 --- a/packages/vtk/src/bbvtkMarchingCubes.h +++ b/packages/vtk/src/bbvtkMarchingCubes.h @@ -76,7 +76,7 @@ namespace bbvtk BBTK_DECLARE_VTK_INPUT(In,vtkImageData *); BBTK_DECLARE_INPUT(Value,double); BBTK_DECLARE_INPUT(ComputeNormalsOn,bool); - BBTK_DECLARE_INPUT(ComputeScalarsOff,bool); + BBTK_DECLARE_INPUT(ComputeScalarsOn,bool); BBTK_DECLARE_VTK_OUTPUT(Out,vtkPolyData *); // For the 'Value' parameter, the standard bbtk macro does not work