X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FvvImageReader.txx;h=a9f17ab6afe7c8d08aec0ffa2ba2613885304983;hb=d1dc57c5af88ff53c75904b1dd55722f9631a21e;hp=4bf6616f5f8d7d29cd570ccfb66a3e7b7ff01f41;hpb=3a065704c5a062414593171bcb34d113e67ae973;p=clitk.git diff --git a/common/vvImageReader.txx b/common/vvImageReader.txx index 4bf6616..a9f17ab 100644 --- a/common/vvImageReader.txx +++ b/common/vvImageReader.txx @@ -200,10 +200,10 @@ void vvImageReader::UpdateWithDimAndInputPixelType() } } - if (VImageDimension == 4) +/* if (VImageDimension == 4) mType == VECTORPIXELIMAGEWITHTIME; else - mType == VECTORPIXELIMAGE; + mType == VECTORPIXELIMAGE;*/ try { mImage = vvImageFromITK(output, mType == VECTORPIXELIMAGEWITHTIME);