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