(git:b279b6b)
farming_types.F File Reference

Go to the source code of this file.

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 More...
 
elemental subroutine, public farming_types::init_job_type (job)
 provide a default initialization More...
 
subroutine, public farming_types::deallocate_farming_env (farming_env)
 deallocates all associated fields of the farming_env type and the type itself More...
 

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