*** empty log message ***

This commit is contained in:
jiri
2010-09-08 13:30:20 +00:00
parent 074c943862
commit 1b85da3291
10 changed files with 49 additions and 19 deletions

1
vec.h
View File

@@ -711,6 +711,7 @@ template<typename T>
void NRVec<T>::moveto(const GPUID dest)
{
if(location==dest) return;
CPU_GPU(location,dest);
location=dest;
if(v && !count) laerror("internal inconsistency of reference counting 1");