[Insight-developers] Re: Some tests still failing
   
    Luis Ibanez
     
    luis.ibanez@kitware.com
       
    Tue, 26 Mar 2002 08:28:07 -0500
    
    
  
Bill,
I'll look into that.
The Mesh is now responsible for relasing the
memory allocated for Cells but the users have
to provide a hint about how they allocated the
memory by calling the method
  itk::Mesh->CellsAllocationMethod( enum );
I have to add this call to those examples.
Thanks for the update.
Luis
===============================================
Lorensen, William E (CRD) wrote:
> Luis,
> The following tests are crashing after recent changes to Mesh and related classes:
> 
> itkDeformableTest
> itkMeshTest
> itkSphereSourceTest
> itkVoronoiDiagramTest
> itkVoronoiSegmentationImageFilter
> 
> On WinNT, the following tests are failing and have been for a bit:
> 
> itkCovariantVectorGeometryTest
> itkVectorGeometryTest
> itkPointGeometryTest
> 
> They are failing the CastFrom() test.
> 
> Bill
> 
>