create_error Function

public function create_error(inv) result(err)

Create an error

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) :: inv

Value to use to create the error

Return Value type(ErrorV)

Created error


Called by

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

Contents

None