RANDOM: Replace explicit calls to get_parameter_*() with unified one.
Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
This commit is contained in:
parent
c877fa6481
commit
49208321b6
@ -84,7 +84,7 @@ module random
|
||||
|
||||
! obtain required variables from other modules
|
||||
!
|
||||
use parameters, only : get_parameter_string
|
||||
use parameters, only : get_parameter
|
||||
|
||||
! declare all variables as implicit
|
||||
!
|
||||
@ -118,7 +118,7 @@ module random
|
||||
|
||||
! obtain the generator type
|
||||
!
|
||||
call get_parameter_string("gentype", gentype)
|
||||
call get_parameter("gentype", gentype)
|
||||
|
||||
! calculate the number of seeds
|
||||
!
|
||||
|
Loading…
x
Reference in New Issue
Block a user