improvement to error message

git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@3763 1f5c12ca-751b-0410-a591-d2e778427230
This commit is contained in:
bhaddow 2010-12-08 10:13:19 +00:00
parent 9062e3b73b
commit 2e77dce57e

View File

@ -316,7 +316,7 @@ statscore_t Optimizer::Run(Point& P)const{
exit(2);
}
if (scorer->getReferenceSize()!=FData->size()){
cerr<<"error size mismatch between FeatureData and Scorer"<<endl;
cerr<<"error length mismatch between feature file and score file"<<endl;
exit(2);
}