Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: Bill Lorensen <bill.lorensen@gm...> - 2010-07-02 12:47:33
|
Luis, Should me modify the FEM code to use operator* instead of mult? A user on insight-users just reported the same issue. Bill On Mon, Jun 14, 2010 at 11:10 AM, Arnaud GELAS <arnaud_gelas@... > wrote: > Hi Peter, > > With your change it is now compiling without any problem. Thanks for taking > care of that! > > Arnaud > > Note: I replaced the mult by the operator *, it was perfectly working > (compiling, tests were OK). > > > > On 06/12/2010 04:52 AM, Peter Vanroose wrote: > > 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. > > > > > > > |