plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
int
Interface
MIT
3 statements
Source File
MathClass.f90
MathClass
int
Contents
Module Procedures
int_from_logical
int_from_logical_vector
public interface int
It converts logical array into int.
Module Procedures
public function
int_from_logical
(logical_value) result(ret)
Arguments
Type
Intent
Optional
Attributes
Name
logical,
intent(in)
::
logical_value
Return Value
integer(kind=int32)
public function
int_from_logical_vector
(logical_value) result(ret)
Arguments
Type
Intent
Optional
Attributes
Name
logical,
intent(in)
::
logical_value
(:)
Return Value
integer(kind=int32), allocatable, (:)