Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTetsuo Kiso <tetsuo-s@is.naist.jp>2011-11-12 03:58:23 +0400
committerTetsuo Kiso <tetsuo-s@is.naist.jp>2011-11-12 03:58:23 +0400
commit68315d6407f55ff98b3b3bf89dc725d2ccad8019 (patch)
tree6d4e95512f522e857d39e8f796dcf4dbfee003d8 /mert/Point.cpp
parent4f6d022fe7fa6c8e3279de2221a24f11afd8f8ba (diff)
Fix class, function, and implementation comments format.
Functions comments should be placed in their declarations.
Diffstat (limited to 'mert/Point.cpp')
-rw-r--r--mert/Point.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mert/Point.cpp b/mert/Point.cpp
index 109ca954a..90d36da5a 100644
--- a/mert/Point.cpp
+++ b/mert/Point.cpp
@@ -77,7 +77,7 @@ Point::Point(const vector<parameter_t>& init,
double Point::operator*(const FeatureStats& F)const
{
- ncall++;//to track performance
+ ncall++; // to track performance
double prod=0.0;
if(OptimizeAll())
for (unsigned i=0; i<size(); i++)