From 3d43861c92a508cfa0db9625b940fc69f9bb58d4 Mon Sep 17 00:00:00 2001 From: "jan.reininghaus" Date: Mon, 12 May 2014 08:51:54 +0000 Subject: bugfix for latex output for benchmark.cpp git-svn-id: https://phat.googlecode.com/svn/trunk@175 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d --- src/benchmark.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/benchmark.cpp b/src/benchmark.cpp index a0c8619..b5750b3 100644 --- a/src/benchmark.cpp +++ b/src/benchmark.cpp @@ -290,7 +290,7 @@ int main( int argc, char** argv ) for( int idx_ansatz = 0; idx_ansatz < ansaetze.size(); idx_ansatz++ ) { Ansatz_type ansatz = ansaetze[ idx_ansatz ]; std::cout << std::setw( 23 ); - if( ansatz == DUAL ) { + if( ansatz == PRIMAL ) { switch( algorithm ) { case STANDARD: std::cout << "standard"; break; case TWIST: std::cout << "twist"; break; -- cgit v1.2.3