![]() |
(git:e68414f)
|
#include "./base/base_uses.f90"Go to the source code of this file.
Data Types | |
| type | farming_types::farming_env_type |
Modules | |
| module | farming_types |
Functions/Subroutines | |
| subroutine, public | farming_types::init_farming_env (farming_env) |
| help poor compilers do their job i.e. provide a default initialization | |
| elemental subroutine, public | farming_types::init_job_type (job) |
| provide a default initialization | |
| subroutine, public | farming_types::deallocate_farming_env (farming_env) |
| deallocates all associated fields of the farming_env type and the type itself | |
Variables | |
| integer, parameter, public | farming_types::job_pending = 1 |
| integer, parameter, public | farming_types::job_running = 2 |
| integer, parameter, public | farming_types::job_finished = 3 |