[Insight-developers] FEM code updated

Bill Lorensen wlorens1@nycap.rr.com
Sun, 16 Dec 2001 07:58:16 -0500


Aljaz,
I changed some #include <cmath> -> #include "vnl/vnl_math.h".

However, there is still trouble with cassert and exception handling on the SGIs.

You're getting close,

Bill

At 09:47 PM 12/14/01 -0500, Aljaz Noe wrote:
>Hi!
> 
>I checked-in updated FEM classes. Hopefully now they will compile on SGI machines.
> 
>Additionally I removed the "ADD_DEPENDENCIES(FEM VXLNumerics)" from the CMakeLists.txt file. Maybe this was the reason that CMake didn't work.
> 
>I saw that no other library uses ADD_DEPENDENCIES. Can somebody explain this keyword in CMake? It seemed pretty obvious to me, but now I'm not sure anymore...
> 
>Aljaz
>