summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoe Zhao <ztuowen@gmail.com>2014-10-08 00:09:45 +0800
committerJoe Zhao <ztuowen@gmail.com>2014-10-08 00:09:45 +0800
commitbb5e9660e2710fe336aa00f1bb465f098861e139 (patch)
treeb7ffc489948373766ac7088d8f36de039029a0d8 /src
parent0c3b95c98a8c755aa99b0a177b790cb82e0bdcb5 (diff)
downloadtnet-bb5e9660e2710fe336aa00f1bb465f098861e139.tar.gz
tnet-bb5e9660e2710fe336aa00f1bb465f098861e139.tar.bz2
tnet-bb5e9660e2710fe336aa00f1bb465f098861e139.zip
output 1++++++++
Diffstat (limited to 'src')
-rw-r--r--src/CuTNetLib/cuCompDisc.h2
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;