Ignore:
Timestamp:
05/24/13 19:11:47 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: simplifying prints

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/shared/Matrix/MatrixUtils.cpp

    r15100 r15104  
    205205                pindx[ipiv]++;
    206206
    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");
    208208
    209209                /*  switch rows to put pivot element on diagonal, noting that the
     
    211211
    212212                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");
    214214
    215215                        ipt=irow*ndim;
     
    292292                        icol=pivrc2[j];
    293293
    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");
    295295
    296296                        ipt=0;
Note: See TracChangeset for help on using the changeset viewer.