]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkCreateImage.cxx
Clean code
[bbtk.git] / packages / vtk / src / bbvtkCreateImage.cxx
index 2c75a26041084cd93d041a8fcc734e6aef1c948f..e3ff62bec2b2792320829a028c0274fa7d333f91 100644 (file)
@@ -108,7 +108,7 @@ void CreateImage::Process()
                else if (bbGetInputOutputFormat()=="VTK_INT")                           outputformat = VTK_INT;                 // 6
                else if (bbGetInputOutputFormat()=="MET_INT")                           outputformat = VTK_INT;                 // 6
                else if (bbGetInputOutputFormat()=="VTK_UNSIGNED_INT")          outputformat = VTK_UNSIGNED_INT;        // 7 
-               else if (bbGetInputOutputFormat()=="MEY_UINT")                          outputformat = VTK_UNSIGNED_INT;        // 7 
+               else if (bbGetInputOutputFormat()=="MET_UINT")                          outputformat = VTK_UNSIGNED_INT;        // 7 
                else if (bbGetInputOutputFormat()=="VTK_LONG")                          outputformat = VTK_LONG;                // 8
                else if (bbGetInputOutputFormat()=="MET_LONG")                          outputformat = VTK_LONG;                // 8
                else if (bbGetInputOutputFormat()=="VTK_UNSIGNED_LONG")         outputformat = VTK_UNSIGNED_LONG;       // 9