This routine loads the boundCube table from config file
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(sdr_cube_type), | intent(out) | :: | me | |||
type(flu_state) | :: | conf | ||||
character(len=*), | intent(in), | optional | :: | key | open cube table by given key |
|
integer, | intent(in), | optional | :: | pos | open cube table by position |
|
integer, | intent(in), | optional | :: | parent | if cube is to be load from pos, parent handle is required |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | thandle | ||||
integer, | public | :: | iError | ||||
integer, | public | :: | vError(3) | ||||
integer, | public | :: | errFatal(3) | ||||
real(kind=rk), | public | :: | deflen |