FEM: move working path methods from solver run to utils

This commit is contained in:
Bernd Hahnebach
2019-09-05 18:20:55 +02:00
parent e6a96e1100
commit 2afd93bb55
4 changed files with 79 additions and 71 deletions

View File

@@ -62,7 +62,7 @@ def run_analysis(doc, base_name, filepath=""):
doc.saveAs(save_fc_file)
# get analysis workig dir
from femsolver.run import _getBesideDir as getpath
from femtools.femutils import getBesideDir as getpath
working_dir = getpath(solver)
# run analysis