iric_check_lock_f

  • Checks whether the CGNS file is locked by GUI

Format (FORTRAN)

call iric_check_lock_f(filename, locked)

Format (C/C++)

iRIC_Check_Lock(filename, locked);

Format (Python)

This function does not exists for Python.

Arguments

Table 196 Arguments of iric_check_lock_f
Variable name Type I/O Description
filename character(*) I Filename
locked integer O If locked 1 returned.