source: issm/oecreview/Archive/14064-14311/ISSM-14301-14302.diff@ 14312

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

Added 14064-14311

File size: 540 bytes
  • ../trunk-jpl/src/c/modules/NodeConnectivityx/NodeConnectivityx.cpp

     
    2020void    NodeConnectivityx(int** pconnectivity,int* pwidth,int* elements, int nels, int nods){
    2121
    2222        int i,j,n;
    23         const int maxels=25;
     23        const int maxels=50;
    2424        const int width=maxels+1;
    2525
    2626        /*intermediary: */
Note: See TracBrowser for help on using the repository browser.