*** empty log message ***
This commit is contained in:
parent
2188e0fa68
commit
ebf23744a2
2
mat.h
2
mat.h
@ -361,7 +361,7 @@ NRMat<T> & NRMat<T>::operator=(const NRMat<T> &rhs)
|
||||
nn = rhs.nn;
|
||||
mm = rhs.mm;
|
||||
count = rhs.count;
|
||||
if (count) (*count)--;
|
||||
if (count) (*count)++;
|
||||
}
|
||||
return *this;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user