Toggle navigation
NECI
Documentation
Contents
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
swap
Interface
4 statements
Source File
util_mod.F90
util_mod
swap
Contents
Module Procedures
swap_int64
swap_int32
public interface swap
Contents
Module Procedures
swap_int64
swap_int32
Module Procedures
private elemental subroutine
swap_int64
(a, b)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=int64),
intent(inout)
::
a
integer(kind=int64),
intent(inout)
::
b
private elemental subroutine
swap_int32
(a, b)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=int32),
intent(inout)
::
a
integer(kind=int32),
intent(inout)
::
b