Changeset 15104 for issm/trunk-jpl/src/c/shared/Matrix/MatrixUtils.cpp
- Timestamp:
- 05/24/13 19:11:47 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/shared/Matrix/MatrixUtils.cpp
r15100 r15104 205 205 pindx[ipiv]++; 206 206 207 // _printf_("pivot for i=" << i << ": irow=" << irow << ", icol=" << icol << ", pindx[" << ipiv << "]=" << pindx[ipiv] << "\n " << "\n");207 // _printf_("pivot for i=" << i << ": irow=" << irow << ", icol=" << icol << ", pindx[" << ipiv << "]=" << pindx[ipiv] << "\n\n"); 208 208 209 209 /* switch rows to put pivot element on diagonal, noting that the … … 211 211 212 212 if (irow != icol) { 213 // _printf_("row switch for i=" << i << ": irow=" << irow << ", icol=" << icol << "\n " << "\n");213 // _printf_("row switch for i=" << i << ": irow=" << irow << ", icol=" << icol << "\n\n"); 214 214 215 215 ipt=irow*ndim; … … 292 292 icol=pivrc2[j]; 293 293 294 // _printf_("column switch back for j=" << j << ": irow=" << irow << ", icol=" << icol << "\n " << "\n");294 // _printf_("column switch back for j=" << j << ": irow=" << irow << ", icol=" << icol << "\n\n"); 295 295 296 296 ipt=0;
Note:
See TracChangeset
for help on using the changeset viewer.