MAPL
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
operator(==)
Interface
4 statements
Source File
DynamicMask.F90
mapl3g_DynamicMask
operator(==)
Contents
Module Procedures
equal_to
equal_to_spec
public interface operator(==)
Module Procedures
private impure elemental function equal_to(a, b)
Arguments
Type
Intent
Optional
Attributes
Name
type(
DynamicMask
),
intent(in)
::
a
type(
DynamicMask
),
intent(in)
::
b
Return Value
logical
private function equal_to_spec(a, b) result(equal_to)
Arguments
Type
Intent
Optional
Attributes
Name
type(DynamicMaskSpec),
intent(in)
::
a
type(DynamicMaskSpec),
intent(in)
::
b
Return Value
logical