/*!\file: NodeConnectivityx.h * \brief header file for node connectivity computation */ #ifndef _NODECONNECTIVITYX_H #define _NODECONNECTIVITYX_H /* local prototypes: */ void NodeConnectivityx(int** pconnectivity,int* pwidth,int* elements,int nels, int nods); #endif /* _NODECONNECTIVITYX_H */