From 120b940d9ba52faa2bf459283952bf4b1806a83f Mon Sep 17 00:00:00 2001
From: Sylvia Ploeckinger <sylvia.ploeckinger@univie.ac.at>
Date: Tue, 17 Oct 2023 13:59:00 +0200
Subject: [PATCH] General simulation path

---
 helpers/simulation_path.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helpers/simulation_path.py b/helpers/simulation_path.py
index 3b0cddb..936a705 100644
--- a/helpers/simulation_path.py
+++ b/helpers/simulation_path.py
@@ -2,7 +2,7 @@
 #################################################
 # Set the path to the simulation directory
 #################################################
-simulation_path = "/gpfs/data/fs71897/ploeckinger/SIMULATIONS/2022_11_IsolatedGalaxies_v2/"
+simulation_path = "/PATH/TO/SIMULATION/FOLDER/setup-galaxy-simulations/"
 
 #################################################
 # Select the snapshot number of original simulation
-- 
GitLab