[Insight-developers] itkExpImageFilterAndAdaptorTest

Lorensen, William E (Research) lorensen at crd . ge . com
Fri, 23 May 2003 14:30:11 -0400


As mentioned on today's t-con, the subject test was failing on .net (VC7)
systems. We found the problem. Some sort of error when using intrinsic
functions. We turned off intrinsic function usage in the itkExpImageFilter.h
file and now the test passes. This onl affects this filter.

We used a 
#pragma function(exp)

statement guarded by the VC7 version #.

Bill