[Insight-developers] strange error when instantiated NarrowBandLevelSet with double

Alexandre GOUAILLARD agouaillard at gmail.com
Wed Nov 10 12:11:46 EST 2010


here is a little test to reproduce the error.

does anybody has any idea where that comes from (or better, how to fix it)?

alex.
-------------- next part --------------
# This project is designed to be built outside the Insight source tree.
PROJECT(NarrowBandInstantiationTest)

CMAKE_MINIMUM_REQUIRED(VERSION 2.4)

# Find ITK.
FIND_PACKAGE(ITK REQUIRED)
INCLUDE(${ITK_USE_FILE})

ADD_EXECUTABLE( test test.cxx )
TARGET_LINK_LIBRARIES( ITKCommon )
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test.cxx
Type: application/octet-stream
Size: 181 bytes
Desc: not available
URL: <http://www.itk.org/mailman/private/insight-developers/attachments/20101110/f30da59f/attachment.obj>


More information about the Insight-developers mailing list