rpd_inform_type structure#
struct rpd_inform_type{INT} status::INT alloc_status::INT bad_alloc::NTuple{81,Cchar} io_status::INT line::INT p_type::NTuple{4,Cchar}
detailed documentation#
inform derived type as a Julia structure
components#
INT status
return status. Possible values are:
0
The call was successful.
-1
An allocation error occurred. A message indicating the offending array is written on unit control.error, and the returned allocation status and a string containing the name of the offending array are held in inform.alloc_status and inform.bad_alloc respectively.
-2
A deallocation error occurred. A message indicating the offending array is written on unit control.error and the returned allocation status and a string containing the name of the offending array are held in inform.alloc_status and inform.bad_alloc respectively.
-22
An input/outpur error occurred.
-25
The end of the input file was reached prematurely.
-29
The problem type was not recognised.
INT alloc_status
the status of the last attempted allocation or deallocation
NTuple{81,Cchar} bad_alloc
the name of the array for which an allocation or deallocation error occurred
INT io_status
status from last read attempt
INT line
number of last line read from i/o file
char p_type[4]
problem type