diff options
author | Joe Zhao <ztuowen@gmail.com> | 2014-10-08 00:11:31 +0800 |
---|---|---|
committer | Joe Zhao <ztuowen@gmail.com> | 2014-10-08 00:11:31 +0800 |
commit | cb243e25a87b2700849079a3a6b6396fed6470ff (patch) | |
tree | c83ab1b2132d7f6a62518e28d8601a30a10ad899 | |
parent | bb5e9660e2710fe336aa00f1bb465f098861e139 (diff) | |
download | tnet-cb243e25a87b2700849079a3a6b6396fed6470ff.tar.gz tnet-cb243e25a87b2700849079a3a6b6396fed6470ff.tar.bz2 tnet-cb243e25a87b2700849079a3a6b6396fed6470ff.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 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; |