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¶
Variable name |
Type |
I/O |
Description |
|---|---|---|---|
filename |
character(*) |
I |
Filename |
locked |
integer |
O |
If locked 1 returned. |