The AHA Model
Revision: 12809
Reference implementation 04 (HEDG02_04)
|
An alias to the_environment::food_resources_update_back_global_object() method to transfer (having been modified) food resource objects out from the single united object back to the global array the_environment::global_habitats_available. See the_environment::join() for how to join an array of food resources into a single global object. More...
Public Member Functions | |
subroutine | food_resources_update_back_global_object (food_resource_collapsed, reindex) |
Transfer the (having been modified) food resource objects from the single united object food_resource_collapsed back to the global array the_environment::global_habitats_available array. See the_environment::join() for how to join an array of food resources into a single global object. More... | |
An alias to the_environment::food_resources_update_back_global_object() method to transfer (having been modified) food resource objects out from the single united object back to the global array the_environment::global_habitats_available. See the_environment::join() for how to join an array of food resources into a single global object.
subroutine the_environment::unjoin::food_resources_update_back_global_object | ( | type(food_resource), intent(in) | food_resource_collapsed, |
logical, intent(in), optional | reindex | ||
) |
Transfer the (having been modified) food resource objects from the single united object food_resource_collapsed
back to the global array the_environment::global_habitats_available array. See the_environment::join() for how to join an array of food resources into a single global object.
[in] | food_resource_collapsed | A collapsed food resource previously joining the input array. |
[in] | reindex | reindex logical flag to reindex the unjoined resource (TRUE) upon unjoining. The default is no reindexing. |