We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent accaf3f commit 7f94476Copy full SHA for 7f94476
adapter.comm
@@ -172,7 +172,7 @@ while precice.isCouplingOngoing():
172
filename = "output-" + str(k) + ".rmed"
173
DEFI_FICHIER(FICHIER=filename, UNITE=80)
174
IMPR_RESU(FORMAT='MED', RESU=_F(RESULTAT=TEMP));
175
- call(["mv", filename, settings["base-path"] + "/" + participant["output-directory"]])
+ call(["mv", filename, settings["base-path"] + "/" + participant["directory"]])
176
DEFI_FICHIER(ACTION='LIBERER', UNITE=80)
177
178
k = k + 1
0 commit comments