From 3da84150959de4dc99edf3ee35665e81a23aae26 Mon Sep 17 00:00:00 2001 From: Hieu Hoang Date: Tue, 2 Dec 2014 19:09:10 +0000 Subject: add OutputNBest() as abstract method to BaseManager. Tighten up framework --- moses-cmd/Main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'moses-cmd') diff --git a/moses-cmd/Main.cpp b/moses-cmd/Main.cpp index 870367aaa..f224f2d8d 100644 --- a/moses-cmd/Main.cpp +++ b/moses-cmd/Main.cpp @@ -90,8 +90,8 @@ int main(int argc, char** argv) } // set number of significant decimals in output - IOWrapper::FixPrecision(cout); - IOWrapper::FixPrecision(cerr); + FixPrecision(cout); + FixPrecision(cerr); // load all the settings into the Parameter class // (stores them as strings, or array of strings) -- cgit v1.2.3