summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Zhao <ztuowen@gmail.com>2014-10-06 15:32:16 +0800
committerJoe Zhao <ztuowen@gmail.com>2014-10-06 15:32:16 +0800
commit8478ded3f4784dd2bb074e69a209a8c9a47179d7 (patch)
treebf9df9146f0d06b3bef62b5dd73af6d6f091b57c
parentf910ddf6ed09344e8cea840d81dd63521cd96b45 (diff)
downloadtnet-8478ded3f4784dd2bb074e69a209a8c9a47179d7.tar.gz
tnet-8478ded3f4784dd2bb074e69a209a8c9a47179d7.tar.bz2
tnet-8478ded3f4784dd2bb074e69a209a8c9a47179d7.zip
Virtual 6
-rw-r--r--src/CuTNetLib/cuComponent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CuTNetLib/cuComponent.h b/src/CuTNetLib/cuComponent.h
index a43680e..110cece 100644
--- a/src/CuTNetLib/cuComponent.h
+++ b/src/CuTNetLib/cuComponent.h
@@ -124,7 +124,7 @@ namespace TNet {
virtual int GetOutSect(){return 1;}
/// IO Data getters
- virtual const CuMatrix<BaseFloat>& GetInput(int pos=0) {
+ const CuMatrix<BaseFloat>& GetInput(int pos=0) {
if (NULL == mpInput) Error("mpInput is NULL");
return *mpInput;
}