X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkGateSimulation2DicomGenericFilter.txx;h=9ad2857f90bd8bb263463b47b932f33cabaaed93;hb=543b72e23ad001ac2a7743b9beacf48e2d0054ac;hp=fe849b38ad9253f9532738304445c1a21ed77ef2;hpb=c91252d780814d0d771464cdbce0f0a2cf94e891;p=clitk.git diff --git a/tools/clitkGateSimulation2DicomGenericFilter.txx b/tools/clitkGateSimulation2DicomGenericFilter.txx index fe849b3..9ad2857 100644 --- a/tools/clitkGateSimulation2DicomGenericFilter.txx +++ b/tools/clitkGateSimulation2DicomGenericFilter.txx @@ -134,7 +134,7 @@ void GateSimulation2DicomGenericFilter::UpdateWithDimAndPixelType() { -#if GDCM_MAJOR_VERSION == 2 +#if GDCM_MAJOR_VERSION >= 2 // ImageTypes typedef itk::Image InputImageType; typedef itk::Image OutputImageType;