]> Creatis software - bbtk.git/commitdiff
Fix input ComputeScalarsOn in recent modification
authorRicardo A Corredor <Ricardo.Corredor@creatis.insa-lyon.fr>
Fri, 4 Jan 2013 14:18:56 +0000 (15:18 +0100)
committerRicardo A Corredor <Ricardo.Corredor@creatis.insa-lyon.fr>
Fri, 4 Jan 2013 14:18:56 +0000 (15:18 +0100)
packages/vtk/src/bbvtkMarchingCubes.h

index e2f440c0b3ac90ea31a41d1225883dc5113ea369..6198ee99860b78b363f20af51fc3af8d1e9b1e2c 100644 (file)
@@ -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