-
Notifications
You must be signed in to change notification settings - Fork 2
Procedures
Ned Taylor edited this page Feb 28, 2024
·
2 revisions
The procedures made available by the ATHENA library are used for handling data. These are:
shuffle
, split
, and pad_data
procedures are found in the src/lib/mod_misc_ml.f90
module, whilst random_setup
can be found in src/lib/mod_random.f90
. All of these procedures are made available when use athena
is included in a Fortran program, module, or procedure.