ATC version 2.0, date: Aug22
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10658 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -321,7 +321,7 @@ template<typename T>
|
||||
void DiagonalMatrix<T>::shallowreset(const DenseMatrix<T> &c)
|
||||
{
|
||||
_delete();
|
||||
_data = new CloneVector<T>(*(c._data));
|
||||
_data = new CloneVector<T>(c,CLONE_COL);
|
||||
}
|
||||
//-----------------------------------------------------------------------------
|
||||
// reference indexing operator - must throw an error if i!=j
|
||||
|
||||
Reference in New Issue
Block a user