From 12b427eaa03e7018182d82cb22d25f8fc47e1e0d Mon Sep 17 00:00:00 2001 From: JGonzalez Date: Wed, 8 Apr 2026 15:22:23 +0200 Subject: [PATCH] Missing alignment --- src/modules/output/moduleOutput.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/output/moduleOutput.f90 b/src/modules/output/moduleOutput.f90 index 3011396..d9fb91f 100644 --- a/src/modules/output/moduleOutput.f90 +++ b/src/modules/output/moduleOutput.f90 @@ -34,7 +34,7 @@ MODULE moduleOutput integer, parameter:: fileID_output = 20 ! Base id for species/collisions/EM output integer, parameter:: fileID_boundaryParticle = 30 ! Particle boundaries integer, parameter:: fileID_boundaryEM = 31 ! EM boundaries - integer, parameter:: fileID_inject = 32 ! Injects + integer, parameter:: fileID_inject = 32 ! Injects integer, parameter:: fileID_reference = 40 ! Reference values integer, parameter:: fileID_time =50 ! Computation time