Go to the source code of this file.
◆ free_blacs_system_handle_()
| void free_blacs_system_handle_ |
( |
Int * | ISysCxt | ) |
|
Definition at line 6 of file free_handle_.c.
8{
9#if (INTFACE == C_CALL)
14
15
17 {
21 "Trying to free non-existent system context handle %d", ISysCtxt);
22 }
23 else if (ISysCtxt == 0) return;
25 "Trying to free non-existent system context handle %d", ISysCtxt);
26
27
28
29
32
33
34
36 {
40 {
43 }
48 }
49#endif
50}
void BI_BlacsWarn(Int ConTxt, Int line, char *file, char *form,...)