source: issm/trunk/src/c/modules/NodeConnectivityx/NodeConnectivityx.h

Last change on this file was 14067, checked in by Mathieu Morlighem, 12 years ago

merged trunk-jpl and trunk for revision 14066

File size: 302 bytes
Line 
1/*!\file: NodeConnectivityx.h
2 * \brief header file for node connectivity computation
3 */
4
5#ifndef _NODECONNECTIVITYX_H
6#define _NODECONNECTIVITYX_H
7
8/* local prototypes: */
9void NodeConnectivityx(int** pconnectivity,int* pwidth,int* elements,int nels, int nods);
10
11#endif /* _NODECONNECTIVITYX_H */
Note: See TracBrowser for help on using the repository browser.