]> Creatis software - cpPlugins.git/blobdiff - plugins/ITKLevelSetFilters/LaplacianSegmentationLevelSetImageFilter.cxx
...
[cpPlugins.git] / plugins / ITKLevelSetFilters / LaplacianSegmentationLevelSetImageFilter.cxx
index a5fe1f9eb2f3961e5cca66c962dcc7447850cbb1..f9a36ea1c6d2ed9c3cdc638282cd58afd3e87c60 100644 (file)
@@ -30,7 +30,7 @@ void cpPluginsITKLevelSetFilters::LaplacianSegmentationLevelSetImageFilter::
 _GenerateData( )
 {
   auto o = this->GetInputData( "Input" );
-  cpPlugins_Demangle_Image_ScalarPixels_AllDims_1( o, _GD0 )
+  cpPlugins_Demangle_Image_RealPixels_AllDims_1( o, _GD0 )
     this->_Error( "Invalid input image dimension." );
 }