From 40be5377d963b4a87fcfd000ad5c74c66ef41e43 Mon Sep 17 00:00:00 2001 From: Joe Zhao Date: Tue, 7 Oct 2014 16:00:19 +0800 Subject: output 1+++ --- src/CuTNetLib/cuCompDisc.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/CuTNetLib/cuCompDisc.cc b/src/CuTNetLib/cuCompDisc.cc index 57b2b79..ab55476 100644 --- a/src/CuTNetLib/cuCompDisc.cc +++ b/src/CuTNetLib/cuCompDisc.cc @@ -146,12 +146,14 @@ namespace TNet CuCompound:: Update() { + printf("U+\n"); for(int i=0; iIsUpdatable() ) { CuUpdatableComponent& rComp = dynamic_cast(*mBlocks[i]); rComp.Update(); } + printf("U-\n"); } -- cgit v1.2.3-70-g09d2