summaryrefslogtreecommitdiff
path: root/src/benchmark.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/benchmark.cpp')
-rw-r--r--src/benchmark.cpp2
1 files changed, 1 insertions, 1 deletions
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;