Organized injection
This commit is contained in:
parent
ed79eb018e
commit
6b72dbb108
6 changed files with 63 additions and 60 deletions
|
|
@ -1431,7 +1431,6 @@ MODULE moduleInput
|
|||
|
||||
CALL config%info('inject', found, n_children = nInject)
|
||||
ALLOCATE(injects(1:nInject))
|
||||
nPartInj = 0
|
||||
DO i = 1, nInject
|
||||
WRITE(iString, '(i2)') i
|
||||
object = 'inject(' // trim(iString) // ')'
|
||||
|
|
@ -1442,12 +1441,6 @@ MODULE moduleInput
|
|||
|
||||
END DO
|
||||
|
||||
!Allocate array for injected particles
|
||||
IF (nPartInj > 0) THEN
|
||||
ALLOCATE(partInj(1:nPartInj))
|
||||
|
||||
END IF
|
||||
|
||||
END SUBROUTINE readInject
|
||||
|
||||
SUBROUTINE readAverage(config)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue