[Insight-developers] Change in ITK[master]: BUG: vxl API change requires conditional based on vxl versio...
Bill Lorensen
bill.lorensen at gmail.com
Thu May 26 13:21:42 EDT 2011
Brad,
This was Peter Vanroose's response last summer:
Peter Vanroose to Arnaud, Luis, vxl-users, me, Insight
show details 6/12/10
You'll either have to update line 265 of
ITK/Code/Numerics/FEM/itkFEMLinearSystemWrapperVNL.cxx
to use the operator*() method of vnl_sparse_matrix<T>,
or make the mult() method of vnl_sparse_matrix<T> public again in your
copy of vxl.
Methods mult(), add() and subtract() of vnl_sparse_matrix<T> will
revert to "public" in the next vxl release, be it with a deprecation
warning.
-- Peter.
More information about the Insight-developers
mailing list