cg_iric_write_errorcode_f

  • Outputs error code

Format (FORTRAN)

call cg_iric_write_errorcode_f(code, ier)

Format (C/C++)

ier = cg_iRIC_Write_ErrorCode(code);

Format (Python)

cg_iRIC_Write_ErrorCode(code)

Arguments

Table 216 Arguments of cg_iric_write_errorcode_f

Variable name

Type

I/O

Description

code

integer

I

The error code that the grid generating program returns.

ier

integer

O

Error code. 0 means success.