SCALAPACK 2.2.2
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches
ksendid_.c
Go to the documentation of this file.
1#include "Bdef.h"
2
3#if (INTFACE == C_CALL)
4Int Cksendid(Int ConTxt, Int rdest, Int cdest)
5#else
6F_INT_FUNC ksendid_(Int *ConTxt, Int *rdest, Int *cdest)
7#endif
8{
9 return(PT2PTID+1);
10} /* end ksendid */
#define Int
Definition Bconfig.h:22
#define PT2PTID
Definition Bdef.h:77
#define F_INT_FUNC
Definition Bdef.h:233
F_INT_FUNC ksendid_(Int *ConTxt, Int *rdest, Int *cdest)
Definition ksendid_.c:6