*** empty log message ***

This commit is contained in:
jiri
2008-03-05 13:49:51 +00:00
parent 687224f7e9
commit 2ea999e96c
3 changed files with 2 additions and 8 deletions

4
vec.h
View File

@@ -579,9 +579,7 @@ NRVec<T>::~NRVec()
template <typename T>
void NRVec<T>::copyonwrite()
{
#ifdef DEBUG
if(!count) laerror("probably an assignment to undefined vector");
#endif
if(!count) laerror("Vec::copyonwrite() of an undefined vector");
if(*count > 1)
{
(*count)--;