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

github.com/moses-smt/mgiza.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/alignment-enabled/MGIZA/src/mkcls/ProblemTest.cpp')
-rw-r--r--experimental/alignment-enabled/MGIZA/src/mkcls/ProblemTest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/experimental/alignment-enabled/MGIZA/src/mkcls/ProblemTest.cpp b/experimental/alignment-enabled/MGIZA/src/mkcls/ProblemTest.cpp
index 40fea7a..675c8cb 100644
--- a/experimental/alignment-enabled/MGIZA/src/mkcls/ProblemTest.cpp
+++ b/experimental/alignment-enabled/MGIZA/src/mkcls/ProblemTest.cpp
@@ -31,9 +31,9 @@ USA.
#include "TAOptimization.h"
#include "GDAOptimization.h"
#include "MYOptimization.h"
-#include <stdio.h>
+#include <cstdio>
#include "general.h"
-#include <stdlib.h>
+#include <cstdlib>
short ProblemTestVerboseMode=1;
ofstream *PrintBestTo=0,*PrintBestTo2=0;