All actions related to path/fodler should be in moduleOutput now
This commit is contained in:
parent
76be78c883
commit
551a488fde
7 changed files with 16 additions and 64 deletions
|
|
@ -491,7 +491,8 @@ 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 // '.EMField', emOutput, found)
|
||||
call config%get(object // '.boundaryParticle', boundaryParticleOutput, found)
|
||||
|
||||
CALL config%get(object // '.triggerCPUTime', triggerCPUTime, found)
|
||||
IF (.NOT. found) THEN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue