Implemented. Now the doc

This commit is contained in:
Jorge Gonzalez 2026-04-01 16:45:39 +02:00
commit 4049bbca31
3 changed files with 24 additions and 2 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 // '.injects', injectOutput, found)
CALL config%get(object // '.triggerCPUTime', triggerCPUTime, found)
IF (.NOT. found) THEN