70 CHARACTER(10) :: keys(5)
71 REAL(RFREAL) :: vals(5)
78 'ReadAccelerationSection.F90' )
90 CALL
readsection(global,if_input,5,keys,vals,defined)
96 IF ( defined(1) .EQV. .true. )
THEN
97 IF ( nint(vals(1)) == 1 )
THEN
98 global%accelOn = .true.
100 global%accelOn = .false.
103 global%accelOn = .false.
106 IF ( defined(2) .EQV. .true. )
THEN
107 global%accelX = vals(2)
110 IF ( defined(3) .EQV. .true. )
THEN
111 global%accelY = vals(3)
114 IF ( defined(4) .EQV. .true. )
THEN
115 global%accelZ = vals(4)
118 IF ( defined(5) .EQV. .true. )
THEN
119 global%gravity = vals(5)
subroutine registerfunction(global, funName, fileName)
subroutine readaccelerationsection(global)
subroutine readsection(global, fileID, nvals, keys, vals, defined)
subroutine deregisterfunction(global)