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:
rjones
2013-08-23 00:14:36 +00:00
parent 9f64c9b12b
commit dddbef699d
17 changed files with 292 additions and 991 deletions

View File

@ -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