summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;