source: issm/oecreview/Archive/16133-16554/ISSM-16216-16217.diff@ 16556

Last change on this file since 16556 was 16556, checked in by Mathieu Morlighem, 11 years ago

NEW: added Archive/16133-16554

File size: 999 bytes
  • ../trunk-jpl/src/c/toolkits/mumps/MpiDenseMumpsSolve.cpp

     
    128128
    129129        /*First, some checks*/
    130130        if (Kff_M!=Kff_N)_error_("stiffness matrix Kff should be square");
    131         if (uf_M!=Kff_M | uf_M!=pf_M)_error_("solution vector should be the same size as stiffness matrix Kff and load vector pf");
    132         if (uf_m!=Kff_m | uf_m!=pf_m)_error_("solution vector should be locally the same size as stiffness matrix Kff and load vector pf");
     131        if (uf_M!=Kff_M || uf_M!=pf_M)_error_("solution vector should be the same size as stiffness matrix Kff and load vector pf");
     132        if (uf_m!=Kff_m || uf_m!=pf_m)_error_("solution vector should be locally the same size as stiffness matrix Kff and load vector pf");
    133133
    134134        /*Initialize matrix */
    135135        /*figure out number of non-zero entries: */
Note: See TracBrowser for help on using the repository browser.