don't call testArgMax()

This commit is contained in:
Hieu Hoang 2016-09-16 18:17:46 +02:00
parent 732bb9fa7a
commit 94a846f780

View File

@ -17,7 +17,7 @@ string output(const std::vector<float> &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;