Source Files
Modules
Procedures
Derived Types
create_result_array
Interface
32 statements
Source File
diffstruc_types.f90
diffstruc__types
create_result_array
Contents
None
interface
private module function create_result_array(this, array_shape) result(result_ptr)
Implementation →
Arguments
Type
Intent
Optional
Attributes
Name
class(
array_type
),
intent(in)
::
this
integer,
intent(in),
optional,
dimension(:)
::
array_shape
Return Value
type(
array_type
),pointer