0.6.2-dev0
FORCES
FORtran lib for Comp. Env. Sys.
Loading...
Searching...
No Matches
mo_sentinel::set_sentinel Interface Reference

Set variable to sentinel value. More...

Public Member Functions

elemental subroutine set_sentinel_i1 (value)
 Set sentinel value for i1.
 
elemental subroutine set_sentinel_i2 (value)
 Set sentinel value for i2.
 
elemental subroutine set_sentinel_i4 (value)
 Set sentinel value for i4.
 
elemental subroutine set_sentinel_i8 (value)
 Set sentinel value for i8.
 
elemental subroutine set_sentinel_sp (value)
 Set sentinel value for sp.
 
elemental subroutine set_sentinel_dp (value)
 Set sentinel value for dp.
 
elemental subroutine set_sentinel_spc (value)
 Set sentinel value for spc.
 
elemental subroutine set_sentinel_dpc (value)
 Set sentinel value for dpc.
 
elemental subroutine set_sentinel_char (value)
 Set sentinel value for char.
 

Detailed Description

Set variable to sentinel value.

This routine will set sentinal values to the given variable.

Parameters
[in]integer/real/complex/character :: valuevalue to be set to sentinel

Definition at line 43 of file mo_sentinel.f90.

Member Function/Subroutine Documentation

◆ set_sentinel_char()

elemental subroutine mo_sentinel::set_sentinel::set_sentinel_char ( character(len=*), intent(inout)  value)

Set sentinel value for char.

Parameters
[in,out]valuevalue to be set to sentinel

Definition at line 204 of file mo_sentinel.f90.

References mo_sentinel::sentinel_char().

Here is the call graph for this function:

◆ set_sentinel_dp()

elemental subroutine mo_sentinel::set_sentinel::set_sentinel_dp ( real(dp), intent(inout)  value)

Set sentinel value for dp.

Parameters
[in,out]valuevalue to be set to sentinel

Definition at line 186 of file mo_sentinel.f90.

References mo_sentinel::sentinel_dp().

Here is the call graph for this function:

◆ set_sentinel_dpc()

elemental subroutine mo_sentinel::set_sentinel::set_sentinel_dpc ( complex(dpc), intent(inout)  value)

Set sentinel value for dpc.

Parameters
[in,out]valuevalue to be set to sentinel

Definition at line 198 of file mo_sentinel.f90.

References mo_sentinel::sentinel_dpc().

Here is the call graph for this function:

◆ set_sentinel_i1()

elemental subroutine mo_sentinel::set_sentinel::set_sentinel_i1 ( integer(i1), intent(inout)  value)

Set sentinel value for i1.

Parameters
[in,out]valuevalue to be set to sentinel

Definition at line 156 of file mo_sentinel.f90.

References mo_sentinel::sentinel_i1().

Here is the call graph for this function:

◆ set_sentinel_i2()

elemental subroutine mo_sentinel::set_sentinel::set_sentinel_i2 ( integer(i2), intent(inout)  value)

Set sentinel value for i2.

Parameters
[in,out]valuevalue to be set to sentinel

Definition at line 162 of file mo_sentinel.f90.

References mo_sentinel::sentinel_i2().

Here is the call graph for this function:

◆ set_sentinel_i4()

elemental subroutine mo_sentinel::set_sentinel::set_sentinel_i4 ( integer(i4), intent(inout)  value)

Set sentinel value for i4.

Parameters
[in,out]valuevalue to be set to sentinel

Definition at line 168 of file mo_sentinel.f90.

References mo_sentinel::sentinel_i4().

Here is the call graph for this function:

◆ set_sentinel_i8()

elemental subroutine mo_sentinel::set_sentinel::set_sentinel_i8 ( integer(i8), intent(inout)  value)

Set sentinel value for i8.

Parameters
[in,out]valuevalue to be set to sentinel

Definition at line 174 of file mo_sentinel.f90.

References mo_sentinel::sentinel_i8().

Here is the call graph for this function:

◆ set_sentinel_sp()

elemental subroutine mo_sentinel::set_sentinel::set_sentinel_sp ( real(sp), intent(inout)  value)

Set sentinel value for sp.

Parameters
[in,out]valuevalue to be set to sentinel

Definition at line 180 of file mo_sentinel.f90.

References mo_sentinel::sentinel_sp().

Here is the call graph for this function:

◆ set_sentinel_spc()

elemental subroutine mo_sentinel::set_sentinel::set_sentinel_spc ( complex(spc), intent(inout)  value)

Set sentinel value for spc.

Parameters
[in,out]valuevalue to be set to sentinel

Definition at line 192 of file mo_sentinel.f90.

References mo_sentinel::sentinel_spc().

Here is the call graph for this function:

The documentation for this interface was generated from the following file: