m_error_v_creation_w Module

Wrapper for interfacing m_error_v_creation with Python

Written by hand here. Generation to be automated in future (including docstrings of some sort).


Uses

  • module~~m_error_v_creation_w~~UsesGraph module~m_error_v_creation_w m_error_v_creation_w module~m_error_v_creation m_error_v_creation module~m_error_v_creation_w->module~m_error_v_creation module~m_error_v m_error_v module~m_error_v_creation_w->module~m_error_v module~m_error_v_manager m_error_v_manager module~m_error_v_creation_w->module~m_error_v_manager module~m_error_v_creation->module~m_error_v module~m_error_v_manager->module~m_error_v

Contents


Functions

public function create_error(inv) result(res_instance_index)

Arguments

TypeIntentOptionalAttributesName
integer, intent(in) :: inv

Wrapper around m_error_v_creation.create_error (create_error) Input value to use to create the error

Return Value integer

See docstring of create_error for details. Instance index of the result

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

Arguments

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

Wrapper around m_error_v_creation.create_errors (create_errors) Input value to use to create the error

integer, intent(in) :: n

See docstring of create_errors for details. Number of values to create

Return Value integer,dimension(n)

Instance indexes of the result