ortizt
03-20-2007, 11:11 AM
Has anyone encountered any reason why the (trivial) changes to nrutil_tnt.h to make it compatible with the new TNT (post 1.0) interface would cause problems? The TNT::Vector<T> and TNT::Matrix<T> class templates have been deprecated in favor of TNT::Array1D<T> and TNT::Array2D<T>, respectively. There is also a TNT::Array3D<T> that could replace NR::NRMat3d<T>.
I will start testing these changes now myself.
I will start testing these changes now myself.