Changeset 16217
- Timestamp:
- 09/20/13 15:36:43 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/toolkits/mumps/MpiDenseMumpsSolve.cpp
r16152 r16217 129 129 /*First, some checks*/ 130 130 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"); 133 133 134 134 /*Initialize matrix */
Note:
See TracChangeset
for help on using the changeset viewer.