I tested check-in by adding a test line in moses/src/StaticData.cpp, producing a trivial moses revision 4122. Now I have removed that line. Everything ok but sorry for the confusion.

git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@4129 1f5c12ca-751b-0410-a591-d2e778427230
This commit is contained in:
theleopardess 2011-08-05 18:57:09 +00:00
parent 024bbe0bcc
commit d7752b44fc

View File

@ -91,7 +91,7 @@ bool StaticData::LoadData(Parameter *parameter)
{
ResetUserTime();
m_parameter = parameter;
//yanggao20110805 to test checkin, shall delete this
// verbose level
m_verboseLevel = 1;
if (m_parameter->GetParam("verbose").size() == 1) {