construct Module Procedure

module procedure construct pure recursive module function construct(neuron_lines, start) result(neuron)

Arguments

Type IntentOptional Attributes Name
type(string_t), intent(in) :: neuron_lines(:)
integer, intent(in) :: start

Return Value type(neuron_t)


Calls

proc~~construct~3~~CallsGraph proc~construct~3 construct assert assert proc~construct~3->assert string string proc~construct~3->string