From 5d579efccb4edb8b946516cc830106905ea26ca3 Mon Sep 17 00:00:00 2001 From: Klaus <klaus.boehnlein@tu-dresden.de> Date: Fri, 17 Sep 2021 00:30:46 +0200 Subject: [PATCH] Update --- src/HelperFunctions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HelperFunctions.py b/src/HelperFunctions.py index 13a545ac..123d5a8f 100644 --- a/src/HelperFunctions.py +++ b/src/HelperFunctions.py @@ -63,7 +63,7 @@ def RunCellProblem(alpha,beta,theta,gamma,mu1,rho1, InputFilePath = os.path.dirn -def GetCellOutput((alpha,beta,theta,gamma,mu1,rho1, InputFilePath = os.path.dirname(os.getcwd()) +"/inputs/computeMuGamma.parset", +def GetCellOutput(alpha,beta,theta,gamma,mu1,rho1, InputFilePath = os.path.dirname(os.getcwd()) +"/inputs/computeMuGamma.parset", OutputFilePath = os.path.dirname(os.getcwd()) + "/outputs/outputMuGamma.txt" ): RunCellProblem(alpha,beta,theta,gamma,mu1,rho1, InputFilePath) print('Read effective quantities...') -- GitLab