[Insight-developers] itkVersorTest failing on some platforms

Hans Johnson hans-johnson at uiowa.edu
Fri Dec 19 10:15:40 EST 2008


Bill,

Ooops.  Sorry about that one.  I am very glad that the test still continued
to pass.  



On 12/19/08 7:19 AM, "Bill Lorensen" <bill.lorensen at gmail.com> wrote:

> Hans,
> 
> The itkVersorTest was failing on some platforms:
> http://www.cdash.org/CDash/testSummary.php?project=2&name=itkVersorTest&date=2
> 008-12-19
> 
> I tracked it down to:
>           itk::Point<double,3> testPoint;
>           testPoint[0]=-1020.27;
>           testPoint[2]=3.21;
>           testPoint[3]=1000.786432;
> 
> which I changed to:
>           itk::Point<double,3> testPoint;
>           testPoint[0]=-1020.27;
>           testPoint[1]=3.21;
>           testPoint[2]=1000.786432;
> 
> I also did some style changes.
> 
> Bill



More information about the Insight-developers mailing list