Julienne
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
construct_from_string_funloc
Module Procedure
4 statements
Source File
julienne_test_description_s.F90
julienne_test_description_s
construct_from_string_funloc
Contents
module procedure construct_from_string_funloc
module function construct_from_string_funloc(description, diagnosis_function) result(test_description)
Arguments
Type
Intent
Optional
Attributes
Name
type(
string_t
),
intent(in)
::
description
type(c_funptr),
intent(in)
::
diagnosis_function
Return Value
type(
test_description_t
)