diff options
-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; |