forpy_initialize Function

public function forpy_initialize(use_numpy) result(ierror)

Initialisation of forpy module. Must be called before using forpy.

Arguments

Type IntentOptional AttributesName
logical, intent(in), optional :: use_numpy

Set to .false., if you do not need the array features of forpy powered by numpy. (Default: .true.)

Return Value integer(kind=C_INT)