FMUTIL  0.1
Fortran Miscellaneous UTILities
testmodule Module Reference

TestMod Module. More...

Data Types

type  ielem
 
type  relem
 

Functions/Subroutines

subroutine assign_relem (lhs, rhs)
 
subroutine assign_ielem (lhs, rhs)
 

Detailed Description

TestMod Module.

Test Module to be used by the Main Test program

Author
Bharat Mahajan
Date
Created: 06/12/2020

Function/Subroutine Documentation

◆ assign_ielem()

subroutine testmodule::assign_ielem ( class(ielem), intent(out)  lhs,
class(vecelem), intent(in)  rhs 
)

Definition at line 60 of file testmod.f90.

◆ assign_relem()

subroutine testmodule::assign_relem ( class(relem), intent(out)  lhs,
class(vecelem), intent(in)  rhs 
)

Definition at line 49 of file testmod.f90.