FMUTIL
0.1
Fortran Miscellaneous UTILities
|
TestMod Module. More...
Data Types | |
type | ielem |
type | relem |
Functions/Subroutines | |
subroutine | assign_relem (lhs, rhs) |
subroutine | assign_ielem (lhs, rhs) |
TestMod Module.
Test Module to be used by the Main Test program
subroutine testmodule::assign_ielem | ( | class(ielem), intent(out) | lhs, |
class(vecelem), intent(in) | rhs | ||
) |
Definition at line 60 of file testmod.f90.
subroutine testmodule::assign_relem | ( | class(relem), intent(out) | lhs, |
class(vecelem), intent(in) | rhs | ||
) |
Definition at line 49 of file testmod.f90.