ETS-Core  version:0.0.4-46-ge2d8
Core actors for the ETS-6
 All Classes Files Functions Variables Pages
Data Types
validation.f90 File Reference

Go to the source code of this file.

Data Types

module  validation
 Functions for validating scalars and arrays for integers and reals. Three functions are provided for handling: More...
 
interface  validation::is_valid
 Determines of the input argument is valid. Here an argument is valid if the value, or for arrays all values, are valid. The non-valid values are: NaN, Inf, -Inf, ids_int_invalid and ids_real_invalid. More...
 
interface  validation::is_valid_pointer
 Determines of the pointer input argument is valid. Here an argument is valid if it is associated and if the value, or for arrays all values, are valid. The non-valid values are: NaN, Inf, -Inf, ids_int_invalid and ids_real_invalid. More...
 
interface  validation::is_valid_allocatable
 Determines of the allocatable input argument is valid. Here an argument is valid if it is allocated and if the value, or for arrays all values, are valid. The non-valid values are: NaN, Inf, -Inf, ids_int_invalid and ids_real_invalid. More...