[Insight-users] Re: Errata : VolViewPlugin
Luis Ibanez
luis.ibanez at kitware.com
Mon Nov 22 16:28:58 EST 2004
Hi Teo
Thanks a lot for pointing this out.
You are right, this bug was there for a while.
It was recently loged into the the bug tracker as Bug #1346.
http://www.itk.org/Bug/bug.php?op=show&bugid=1346&pos=2
and it was fixed in the CVS repotory on Nov 14th.
http://www.itk.org/cgi-bin/viewcvs.cgi/VolviewPlugIns/vvITKFilterModuleTwoInputs.h?root=InsightApplications&sortby=date&r2=1.7&r1=1.6
Please let us know if you find any other problem.
Thanks,
Luis
--------------
Popa Teo wrote:
> I found a small error in the fille from directory /insight
> applications/volviewplugin:
> vvITKFilterModuleTwoInputs.h line 188
>
>
>
> static_cast< Input2PixelType * >( pds->inData )
>
> change with
>
>
> static_cast< Input2PixelType * >( pds->inData2 )
>
> Best regards,
>
> Teo Popa
>
More information about the Insight-users
mailing list