source:
issm/oecreview/Archive/14064-14311/ISSM-14301-14302.diff@
14312
Last change on this file since 14312 was 14312, checked in by , 12 years ago | |
---|---|
File size: 540 bytes |
-
../trunk-jpl/src/c/modules/NodeConnectivityx/NodeConnectivityx.cpp
20 20 void NodeConnectivityx(int** pconnectivity,int* pwidth,int* elements, int nels, int nods){ 21 21 22 22 int i,j,n; 23 const int maxels= 25;23 const int maxels=50; 24 24 const int width=maxels+1; 25 25 26 26 /*intermediary: */
Note:
See TracBrowser
for help on using the repository browser.