MAPL
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
operator(/=)
Interface
4 statements
Source File
DynamicMask.F90
mapl3g_DynamicMask
operator(/=)
Contents
Module Procedures
not_equal_to
not_equal_to_spec
public interface operator(/=)
Module Procedures
private impure elemental function not_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 not_equal_to_spec(a, b) result(not_equal_to)
Arguments
Type
Intent
Optional
Attributes
Name
type(DynamicMaskSpec),
intent(in)
::
a
type(DynamicMaskSpec),
intent(in)
::
b
Return Value
logical