summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoe Zhao <ztuowen@gmail.com>2014-10-08 00:11:31 +0800
committerJoe Zhao <ztuowen@gmail.com>2014-10-08 00:11:31 +0800
commitcb243e25a87b2700849079a3a6b6396fed6470ff (patch)
treec83ab1b2132d7f6a62518e28d8601a30a10ad899 /src
parentbb5e9660e2710fe336aa00f1bb465f098861e139 (diff)
downloadtnet-cb243e25a87b2700849079a3a6b6396fed6470ff.tar.gz
tnet-cb243e25a87b2700849079a3a6b6396fed6470ff.tar.bz2
tnet-cb243e25a87b2700849079a3a6b6396fed6470ff.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 fc88fa9..b71956e 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"<<mBlocks[0].GetOutSect()<<std::endl;
+ std::cout<<"pos"<<mBlocks[0]->GetOutSect()<<std::endl;
Error("Position out of bound");
}
int i=pos;