Last change
on this file since 14067 was 14067, checked in by Mathieu Morlighem, 12 years ago |
merged trunk-jpl and trunk for revision 14066
|
File size:
302 bytes
|
Rev | Line | |
---|
[1105] | 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: */
|
---|
[14067] | 9 | void NodeConnectivityx(int** pconnectivity,int* pwidth,int* elements,int nels, int nods);
|
---|
[1105] | 10 |
|
---|
| 11 | #endif /* _NODECONNECTIVITYX_H */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.