Ian Jauslin
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/constants.cpp')
-rw-r--r--src/constants.cpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/constants.cpp b/src/constants.cpp
new file mode 100644
index 0000000..03daea7
--- /dev/null
+++ b/src/constants.cpp
@@ -0,0 +1,17 @@
+#define COMMAND_UK 1
+#define COMMAND_EEA 2
+#define COMMAND_QUIET 3
+
+#define DRIVING_ZERO 1
+#define DRIVING_TEST 2
+#define DRIVING_FILE 3
+#define DRIVING_FILE_TXT 4
+
+#define INIT_RANDOM 1
+#define INIT_GAUSSIAN 2
+#define INIT_FILE 3
+#define INIT_FILE_TXT 4
+
+#define ALGORITHM_RK4 4
+#define ALGORITHM_RK2 2
+