Incorrect file name in Gmsh2 output

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

View file

@ -216,7 +216,7 @@ MODULE moduleMeshOutputGmsh2
IF (emOutput) THEN
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
OPEN (20, file = path // folder // '/' // fileName)