Load spatial as constant
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | allocatable | :: | const(:) | value to be filled |
||
type(flu_State) | :: | conf | lua state type |
|||
integer, | intent(out) | :: | errCode | errCode = -1, if spatial function is not defined as constant |
||
integer, | intent(in) | :: | parent | aotus parent handle |
||
character(len=*), | intent(in) | :: | key | key is either "local_key" or "const" |
||
integer, | intent(in) | :: | nComp | number of components of the variable |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private, | allocatable | :: | vError(:) | |||
integer, | private, | allocatable | :: | vErr_NonExistent(:) | |||
integer, | private, | allocatable | :: | vErr_WrongType(:) |