Inout working

This commit is contained in:
Jorge Gonzalez 2026-04-08 15:47:36 +02:00
commit 73f585ed8b
5 changed files with 66 additions and 12 deletions

View file

@ -493,6 +493,7 @@ MODULE moduleInput
CALL config%get(object // '.numColl', collOutput, found)
CALL config%get(object // '.EMField', emOutput, found)
call config%get(object // '.boundariesParticle', boundaryParticleOutput, found)
call config%get(object // '.boundariesEM', boundaryEMOutput, found)
call config%get(object // '.injects', injectOutput, found)
CALL config%get(object // '.triggerCPUTime', triggerCPUTime, found)