Incorrect file name in Gmsh2 output #42

Merged
JorgeGonz merged 1 commit from issue/gmsh2FileName into development 2023-02-17 12:54:14 +01:00
Showing only changes of commit 8237aa90e9 - Show all commits

Incorrect file name in Gmsh2 output

The file with the EMField was being writteng with the wrong name.
Quantities inside were correct.
Jorge Gonzalez 2023-02-17 12:48:23 +01:00

View file

@ -216,7 +216,7 @@ MODULE moduleMeshOutputGmsh2
IF (emOutput) THEN IF (emOutput) THEN
time = DBLE(t)*tauMin*ti_ref time = DBLE(t)*tauMin*ti_ref
fileName = formatFileName(prefix, 'Collisions', 'msh', t) fileName = formatFileName(prefix, 'EMField', 'msh', t)
WRITE(*, "(6X,A15,A)") "Creating file: ", fileName WRITE(*, "(6X,A15,A)") "Creating file: ", fileName
OPEN (20, file = path // folder // '/' // fileName) OPEN (20, file = path // folder // '/' // fileName)