[Insight-developers] Bug in itkFEMFiniteDifferenceFunctionLoad.h

Luis Ibanez luis.ibanez at kitware.com
Fri Mar 11 20:54:04 EST 2005


Hi Pablo,

Thanks for pointing this out.

This issue was entered as Bug # 1666 in the bug tracker.

The code has been modified according to your request
and the changes have been committed in to CVS.

If you have a chance, please update your CVS checkout
and let us know if you find any further problem.


    Thanks


       Luis


---------------------------
Pablo D. Burstein wrote:

> Hi,
> 
> I believe there's a bug in itkFEMFiniteDifferenceFunctionLoad.h.
> 
> There are the definitions:
> 
> typedef  Image<MovingPixelType,itkGetStaticConstMacro(ImageDimension)> 
> MovingImageType;
> typedef  Image<FixedPixelType,itkGetStaticConstMacro(ImageDimension)> 
> FixedImageType;
> 
> This prevents the user from using a subclass of Image as a fixed and/or 
> moving.
> 
> Using
> 
> typedef  TMoving MovingImageType;
> typedef  TFixed FixedImageType;
> 
> instead, should fix this problem.
> 
> Regards,
> Pablo
> _______________________________________________
> Insight-developers mailing list
> Insight-developers at itk.org
> http://www.itk.org/mailman/listinfo/insight-developers
> 
> 





More information about the Insight-developers mailing list