[Insight-users] Borland builds - itkSegmentationLevelSetFunction
dean.inglis@on.aibn.com
dean.inglis@on.aibn.com
Tue, 19 Nov 2002 15:09:04 -0500
Hi,
to avoid yet another broken borland build (aaargh)
can someone change
typedef Image<VectorType, GetImageDimension<TImageType>::ImageDimension >
VectorImageType;
to
typedef Image<VectorType, ::itk::GetImageDimension<TImageType>::ImageDimension >
VectorImageType;
in /Common/itkSegmentationlevelSetFunction.h ? (line 71)
I'm determined to get Borland going here...
regards,
Dean