--- Utilities/vxl/core/vnl/vnl_matrix_fixed_ref.h 2006-03-21 09:41:42.000000000 +0100 +++ Utilities/vxl/core/vnl/vnl_matrix_fixed_ref.h 2006-03-21 10:14:58.000000000 +0100 @@ -482,7 +482,7 @@ //: vnl_matrix_fixed_ref const& operator/= (T s) const { - div( data_block(), s, data_block() ); return *this; + vnl_matrix_fixed::div( data_block(), s, data_block() ); return *this; } //: --- Utilities/vxl/core/vnl/vnl_vector_fixed_ref.h 2006-03-21 09:37:27.000000000 +0100 +++ Utilities/vxl/core/vnl/vnl_vector_fixed_ref.h 2006-03-21 09:33:22.000000000 +0100 @@ -381,7 +381,7 @@ //: vnl_vector_fixed_ref const & operator/=( T s ) const { - div( data_block(), s, data_block() ); return *this; + vnl_vector_fixed::div( data_block(), s, data_block() ); return *this; } //: