From 50ec75e121f80a2506685520e7de1d6e486464ae Mon Sep 17 00:00:00 2001 From: Joe Zhao Date: Mon, 6 Oct 2014 19:51:38 +0800 Subject: Virtual 9 --- src/CuTNetLib/cuCompDisc.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/CuTNetLib/cuCompDisc.cc b/src/CuTNetLib/cuCompDisc.cc index 2c0dbe3..48677e5 100644 --- a/src/CuTNetLib/cuCompDisc.cc +++ b/src/CuTNetLib/cuCompDisc.cc @@ -13,7 +13,6 @@ namespace TNet CuDiscrete:: Propagate() { - printf("Propagate\n"); for (int i=0;iSetInput(GetInput(i),inID[i].pos); for (int i=0; iSetErrorInput(GetOutput(i),outID[i].pos); for(int i=0; iIsUpdatable() ) { CuUpdatableComponent& rComp = dynamic_cast(*mBlocks[i]); rComp.Update(); } + printf("update-\n") } -- cgit v1.2.3-70-g09d2