Almost done, just have to check the examples
This commit is contained in:
parent
381dc5c93d
commit
493f7b9785
5 changed files with 14 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue