create_errors Function

public function create_errors(invs, n) result(errs)

Create a number of errors

If an odd number is supplied, the error code is no error (TODO: cross-ref). If an even number is supplied, the error code is 1. If a negative number is supplied, the error code is 2.

Arguments

TypeIntentOptionalAttributesName
integer, intent(in), dimension(n):: invs

Values to use to create the error

integer, intent(in) :: n

Number of values to create

Return Value type(ErrorV),dimension(n)

Created errors


Calls

proc~~create_errors~2~~CallsGraph proc~create_errors~2 create_errors proc~create_error~2 create_error proc~create_errors~2->proc~create_error~2

Called by

proc~~create_errors~2~~CalledByGraph proc~create_errors~2 create_errors proc~create_errors create_errors proc~create_errors->proc~create_errors~2

Contents

None