NOT WORKING

I need to fix something in another place and make some test, so this
commit does not comile.
This commit is contained in:
Jorge Gonzalez 2023-11-21 09:23:18 +01:00
commit 0c49723848
2 changed files with 17 additions and 19 deletions

View file

@ -187,7 +187,7 @@ MODULE moduleOutput
OPEN(20, file = path // folder // '/' // fileName, position = 'append', action = 'write')
WRITE (20, "(I10, I10, 7(ES20.6E3))") t, nPartOld, tStep, tPush, tReset, tColl, tCoul, tWeight, tEMField
WRITE (20, "(I10, I10, 7(ES20.6E3))") t, nParticlesTotal, tStep, tPush, tReset, tColl, tCoul, tWeight, tEMField
CLOSE(20)