From ef4d2f9f5009a7478a9a234d78d4ce2d215e2049 Mon Sep 17 00:00:00 2001
From: Simon Oehrl <oehrl@vr.rwth-aachen.de>
Date: Mon, 20 Aug 2018 02:09:03 -0700
Subject: [PATCH] Rename brunel_example to brunel_simulation

#2
---
 demos/CMakeLists.txt                                          | 2 +-
 demos/{brunel_example => brunel_simulation}/CMakeLists.txt    | 0
 demos/{brunel_example => brunel_simulation}/brunel_example.py | 0
 demos/{brunel_example => brunel_simulation}/nest_sim.py       | 0
 demos/{brunel_example => brunel_simulation}/run_sim.sh.in     | 0
 5 files changed, 1 insertion(+), 1 deletion(-)
 rename demos/{brunel_example => brunel_simulation}/CMakeLists.txt (100%)
 rename demos/{brunel_example => brunel_simulation}/brunel_example.py (100%)
 rename demos/{brunel_example => brunel_simulation}/nest_sim.py (100%)
 rename demos/{brunel_example => brunel_simulation}/run_sim.sh.in (100%)

diff --git a/demos/CMakeLists.txt b/demos/CMakeLists.txt
index baab2b6..9427f70 100644
--- a/demos/CMakeLists.txt
+++ b/demos/CMakeLists.txt
@@ -24,5 +24,5 @@
 option(BUILD_BRUNEL_SIMULATION "Build the brunel simulation" ON)
 
 if (${BUILD_BRUNEL_SIMULATION})
-    add_subdirectory(brunel_example)
+    add_subdirectory(brunel_simulation)
 endif (${BUILD_BRUNEL_SIMULATION})
\ No newline at end of file
diff --git a/demos/brunel_example/CMakeLists.txt b/demos/brunel_simulation/CMakeLists.txt
similarity index 100%
rename from demos/brunel_example/CMakeLists.txt
rename to demos/brunel_simulation/CMakeLists.txt
diff --git a/demos/brunel_example/brunel_example.py b/demos/brunel_simulation/brunel_example.py
similarity index 100%
rename from demos/brunel_example/brunel_example.py
rename to demos/brunel_simulation/brunel_example.py
diff --git a/demos/brunel_example/nest_sim.py b/demos/brunel_simulation/nest_sim.py
similarity index 100%
rename from demos/brunel_example/nest_sim.py
rename to demos/brunel_simulation/nest_sim.py
diff --git a/demos/brunel_example/run_sim.sh.in b/demos/brunel_simulation/run_sim.sh.in
similarity index 100%
rename from demos/brunel_example/run_sim.sh.in
rename to demos/brunel_simulation/run_sim.sh.in
-- 
GitLab