From 0fab92658509a4139d5937eac9149af7c2c96456 Mon Sep 17 00:00:00 2001 From: Joe Zhao Date: Mon, 6 Oct 2014 22:44:36 +0800 Subject: Virtual 10 --- src/CuTNetLib/cuCompDisc.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/CuTNetLib/cuCompDisc.cc') diff --git a/src/CuTNetLib/cuCompDisc.cc b/src/CuTNetLib/cuCompDisc.cc index 9eb08a9..f942472 100644 --- a/src/CuTNetLib/cuCompDisc.cc +++ b/src/CuTNetLib/cuCompDisc.cc @@ -49,14 +49,12 @@ namespace TNet CuDiscrete:: Update() { - printf("update+\n"); for(int i=0; iIsUpdatable() ) { CuUpdatableComponent& rComp = dynamic_cast(*mBlocks[i]); rComp.Update(); } - printf("update-\n"); } -- cgit v1.2.3-70-g09d2