forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8757 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
49ceafd447
commit
dfb38392c9
|
@ -357,7 +357,7 @@ void DiagonalMatrix<T>::write_restart(FILE *f) const
|
|||
template<typename T>
|
||||
DiagonalMatrix<T>& DiagonalMatrix<T>::operator=(const T v)
|
||||
{
|
||||
set_all_elements_to(v);
|
||||
this->set_all_elements_to(v);
|
||||
return *this;
|
||||
}
|
||||
//-----------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue