plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
main
Program
MIT
31 statements
Source File
test2.f90
main
Contents
Variables
x
y
c
Functions
hoge
Uses
iso_fortran_env
Variables
Type
Attributes
Name
Initial
integer(kind=int32)
::
x
integer(kind=int32)
::
y
integer(kind=int32),
allocatable
::
c
(:)
Functions
function
hoge
(a, b) result(c)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=int32),
intent(in)
::
a
integer(kind=int32),
intent(in)
::
b
Return Value
integer(kind=int32), allocatable, (:)