summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoe Zhao <ztuowen@gmail.com>2014-10-08 00:19:33 +0800
committerJoe Zhao <ztuowen@gmail.com>2014-10-08 00:19:33 +0800
commit59db999fe9ee21076451ae0924c817eab7f5b51d (patch)
tree4e1b36605ac273538565297a9d633abd08e6e3fc /src
parentcb243e25a87b2700849079a3a6b6396fed6470ff (diff)
downloadtnet-59db999fe9ee21076451ae0924c817eab7f5b51d.tar.gz
tnet-59db999fe9ee21076451ae0924c817eab7f5b51d.tar.bz2
tnet-59db999fe9ee21076451ae0924c817eab7f5b51d.zip
output 1++++++++++
Diffstat (limited to 'src')
-rw-r--r--src/CuTNetLib/cuMisc.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/CuTNetLib/cuMisc.h b/src/CuTNetLib/cuMisc.h
index b93a983..319f678 100644
--- a/src/CuTNetLib/cuMisc.h
+++ b/src/CuTNetLib/cuMisc.h
@@ -148,7 +148,7 @@ namespace TNet {
mOutput.Init(*mpInput);
}
- int GetOutSect() const
+ int GetOutSect()
{
return size;
}
@@ -289,7 +289,7 @@ namespace TNet {
const char* GetName() const
{ return "<divide>"; }
- int GetOutSect() const
+ int GetOutSect()
{
return size;
}
@@ -456,12 +456,12 @@ namespace TNet {
const char* GetName() const
{ return "<reorder>"; }
- int GetInSect() const
+ int GetInSect()
{
return size;
}
- int GetOutSect() const
+ int GetOutSect()
{
return size;
}