diff options
author | Joe Zhao <ztuowen@gmail.com> | 2014-10-08 00:09:45 +0800 |
---|---|---|
committer | Joe Zhao <ztuowen@gmail.com> | 2014-10-08 00:09:45 +0800 |
commit | bb5e9660e2710fe336aa00f1bb465f098861e139 (patch) | |
tree | b7ffc489948373766ac7088d8f36de039029a0d8 | |
parent | 0c3b95c98a8c755aa99b0a177b790cb82e0bdcb5 (diff) | |
download | tnet-bb5e9660e2710fe336aa00f1bb465f098861e139.tar.gz tnet-bb5e9660e2710fe336aa00f1bb465f098861e139.tar.bz2 tnet-bb5e9660e2710fe336aa00f1bb465f098861e139.zip |
output 1++++++++
-rw-r--r-- | src/CuTNetLib/cuCompDisc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CuTNetLib/cuCompDisc.h b/src/CuTNetLib/cuCompDisc.h index a9200ef..fc88fa9 100644 --- a/src/CuTNetLib/cuCompDisc.h +++ b/src/CuTNetLib/cuCompDisc.h @@ -134,7 +134,7 @@ namespace TNet { { if (pos<0 or pos>=outID.size()) { - std::cout<<"pos"<<pos<<std::endl; + std::cout<<"pos"<<mBlocks[0].GetOutSect()<<std::endl; Error("Position out of bound"); } int i=pos; |