The AHA Model  Revision: 12809
Reference implementation 04 (HEDG02_04)
the_neurobio::motivation_init_root Interface Reference

Abstract interface for the deferred init function clean_init that has to be overridden by each object that extends the basic motivational state type. More...

Collaboration diagram for the_neurobio::motivation_init_root:

Public Member Functions

elemental subroutine motivation_init_root (this)
 

Detailed Description

Abstract interface for the deferred init function clean_init that has to be overridden by each object that extends the basic motivational state type.

Definition at line 1058 of file m_neuro.f90.

Constructor & Destructor Documentation

◆ motivation_init_root()

elemental subroutine the_neurobio::motivation_init_root::motivation_init_root ( class(state_motivation_base), intent(inout)  this)
Parameters
[in,out]this
Warning
Import base type. Without import gfortran issues this error: ‘Error: Derived type 'state_motivation_base’ at (1) is being used before it is defined`.

Definition at line 1058 of file m_neuro.f90.


The documentation for this interface was generated from the following file: