Almost done, just have to check the examples

This commit is contained in:
Jorge Gonzalez 2026-03-11 20:57:23 +01:00
commit 493f7b9785
5 changed files with 14 additions and 14 deletions

View file

@ -492,7 +492,7 @@ MODULE moduleInput
CALL config%get(object // '.cpuTime', timeOutput, found)
CALL config%get(object // '.numColl', collOutput, found)
CALL config%get(object // '.EMField', emOutput, found)
call config%get(object // '.boundaryParticle', boundaryParticleOutput, found)
call config%get(object // '.boundariesParticle', boundaryParticleOutput, found)
CALL config%get(object // '.triggerCPUTime', triggerCPUTime, found)
IF (.NOT. found) THEN