aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteinar H. Gunderson <sgunderson@bigfoot.com>2014-04-11 01:53:02 +0200
committerSteinar H. Gunderson <sgunderson@bigfoot.com>2014-04-11 01:53:02 +0200
commit10dbbeb93afc8c75d4d9e3c2e460bdf76cb342cb (patch)
treee822aa7609266b63aee9d7b61aa3c1e403ba3913
parentb51c4c51dede657dd76a1bb7901e3168247da603 (diff)
Update command line.
-rw-r--r--planning/planning.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/planning/planning.cpp b/planning/planning.cpp
index b36f4ba..6ff8ce1 100644
--- a/planning/planning.cpp
+++ b/planning/planning.cpp
@@ -5,7 +5,7 @@
// Given D distro switches and N access switches, complexity is approx. O(dn³)
// (runs n iterations, each iteration is O(VE), V is O(n), E is O(dn))).
//
-// g++ -std=gnu++0x -Wall -g -O2 -DOUTPUT_FILES=1 -o planning planning.cc && ./planning -6 11 22 -26 35
+// g++ -std=gnu++11 -Wall -g -O2 -DOUTPUT_FILES=1 -o planning planning.cpp && ./planning -3 -6 11 22 -26 35
#include <stdio.h>
#include <math.h>