From 94a846f780284c7acbb89df95f09c67b04e5acf0 Mon Sep 17 00:00:00 2001 From: Hieu Hoang Date: Fri, 16 Sep 2016 18:17:46 +0200 Subject: [PATCH] don't call testArgMax() --- src/test.cu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test.cu b/src/test.cu index 7322664e..33938ae7 100644 --- a/src/test.cu +++ b/src/test.cu @@ -17,7 +17,7 @@ string output(const std::vector &vec) return strm.str(); } -void temp() +void testArgMax() { using namespace std; using namespace marian; @@ -47,7 +47,7 @@ void temp() /////////////////////////////////////////////////////// int main(int argc, char** argv) { - temp(); + testArgMax(); using namespace std; using namespace marian;