Toggle navigation
Legolas v. 2.0.6 - stable
Contents
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
real_array_is_constant
Function
11 statements
Source File
mod_check_values.f08
mod_check_values
real_array_is_constant
Contents
None
private function real_array_is_constant(array, tol)
Check if an array has constant values
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=dp),
intent(in)
::
array
(:)
the real array to check
real(kind=dp),
intent(in),
optional
::
tol
optional tolerance
Return Value
logical
Contents
None