Go to the source code of this file.
◆ blacs2sys_handle_()
| Int blacs2sys_handle_ |
( |
Int * | BlacsCtxt | ) |
|
Definition at line 5 of file blacs2sys_.c.
7{
8#if (INTFACE == C_CALL)
12
15 {
17 "No system context corresponding to BLACS system context handle %d\n",
18 BlacsCtxt);
19 }
21 {
23 "No system context corresponding to BLACS system context handle %d\n",
24 BlacsCtxt);
25 }
27#else
28 return(*BlacsCtxt);
29#endif
30}
void BI_BlacsErr(Int ConTxt, Int line, char *file, char *form,...)