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