BraWl
|
Function for getting a random neighbour of a lattice site. More...
Public Member Functions | |
integer function, dimension(4) | rand_neighbour (setup, site) |
Function for getting a random neighbour of a lattice site.
setup | Derived type specifying the simulation |
site | Array of four ints specifying the site |
Definition at line 433 of file derived_types.f90.
integer function, dimension(4) derived_types::rand_neighbour::rand_neighbour | ( | class(run_params), intent(in) | setup, |
integer, dimension(4), intent(in) | site ) |
Definition at line 433 of file derived_types.f90.