NECI
Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Namelists
Program
get_elem_t
Interface
39 statements
Source File
LMat_class.F90
LMat_class
get_elem_t
Contents
None
interface
private function get_elem_t(this, index) result(element)
Arguments
Type
Intent
Optional
Attributes
Name
class(
lMat_t
),
intent(in)
::
this
integer(kind=int64),
intent(in)
::
index
Return Value
real(kind=dp)
Description
Get an element of a lMat. This replaces the old lMatAccess function pointer