@@ -521,7 +521,7 @@ void NRVec<T>::resize(const int n)
}
// assignmet with a physical copy
// assignmet with a physical (deep) copy
template<typenameT>
NRVec<T>&NRVec<T>::operator|=(constNRVec<T>&rhs)
{
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.