Skip to content
Snippets Groups Projects
Commit 0352f196 authored by David Verelst's avatar David Verelst
Browse files

prepost.h2_vs_hs2: cosmetics

parent 40c76364
No related branches found
No related tags found
No related merge requests found
...@@ -347,9 +347,10 @@ class Sims(object): ...@@ -347,9 +347,10 @@ class Sims(object):
relevant HAWC2 model relevant HAWC2 model
and assume we are in a simulation case of a certain turbine/project and assume we are in a simulation case of a certain turbine/project
""" """
(self.P_RUN, self.P_SOURCE, self.PROJECT,
self.sim_id, self.P_MASTERFILE, tmp = dlcdefs.configure_dirs(verbose=verbose)
self.MASTERFILE, self.POST_DIR) = dlcdefs.configure_dirs(verbose=verbose) (self.P_RUN, self.P_SOURCE, self.PROJECT, self.sim_id,
self.P_MASTERFILE, self.MASTERFILE, self.POST_DIR) = tmp
def _set_path_config(self, p_root_run='auto'): def _set_path_config(self, p_root_run='auto'):
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment