diff options
author | Joe Zhao <ztuowen@gmail.com> | 2014-10-06 19:58:41 +0800 |
---|---|---|
committer | Joe Zhao <ztuowen@gmail.com> | 2014-10-06 19:58:41 +0800 |
commit | 6c7d20bb1767d91f5849722201b7fe3e360b4670 (patch) | |
tree | b63e0d3de9fc914041bc0aa2d0a55880f4b9ddd4 /src | |
parent | 50ec75e121f80a2506685520e7de1d6e486464ae (diff) | |
download | tnet-6c7d20bb1767d91f5849722201b7fe3e360b4670.tar.gz tnet-6c7d20bb1767d91f5849722201b7fe3e360b4670.tar.bz2 tnet-6c7d20bb1767d91f5849722201b7fe3e360b4670.zip |
Virtual 9+
Diffstat (limited to 'src')
-rw-r--r-- | src/CuTNetLib/cuCompDisc.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CuTNetLib/cuCompDisc.cc b/src/CuTNetLib/cuCompDisc.cc index 48677e5..55c34a9 100644 --- a/src/CuTNetLib/cuCompDisc.cc +++ b/src/CuTNetLib/cuCompDisc.cc @@ -54,7 +54,7 @@ namespace TNet CuUpdatableComponent& rComp = dynamic_cast<CuUpdatableComponent&>(*mBlocks[i]); rComp.Update(); } - printf("update-\n") + printf("update-\n"); } |