The function may be called by the names: x04adc, nag_file_close or nag_close_file.
3Description
x04adc closes a file associated with a given file identifier (as returned by a call of x04acc).
4References
None.
5Arguments
1: – Nag_FileIDInput
On entry: the identifier of the file to be closed. This must have been returned by a call of x04acc. Note that if the filename passed to x04acc was blank or NULL, x04adc does nothing.
2: – NagError *Input/Output
The NAG error argument (see Section 7 in the Introduction to the NAG Library CL Interface).
6Error Indicators and Warnings
NE_NOT_CLOSE_FILEID
Cannot close file associated with
identifier
.
7Accuracy
Not applicable.
8Parallelism and Performance
Background information to multithreading can be found in the Multithreading documentation.