[Insight-developers] ITK regression test dimensions

Brad King brad . king at kitware . com
Mon, 8 Dec 2003 14:40:40 -0500 (EST)


Bill,

itkTestMain.h appears to support regression test images up to 10
dimensions.  For some reason, using 10 causes gcc 2.95 to get an internal
compiler error.  Reducing it to 9 solves the problem.  I suggest we define

#define ITK_TEST_DIMENSION_MAX 9

at the top of the file and adjust the rest of the code to use this
constant.  Are any tests using all 10 dimensions right now so that
reducing it to 9 would fail?

Thanks,
-Brad