From 7f8e6f90e0efcde7e4e6b47962c72c38580d1f90 Mon Sep 17 00:00:00 2001 From: Miikka Vaisala Date: Mon, 14 Sep 2020 14:58:10 +0800 Subject: [PATCH] Changed default swithces. --- samples/standalone/simulation.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/standalone/simulation.cc b/samples/standalone/simulation.cc index f72bd19..2452594 100644 --- a/samples/standalone/simulation.cc +++ b/samples/standalone/simulation.cc @@ -42,7 +42,7 @@ #include // NEED TO BE DEFINED HERE. IS NOT NOTICED BY compile_acc call. -#define LFORCING (1) +#define LFORCING (0) #define LSINK (0) #define LBFIELD (1)