Ignore:
Timestamp:
Apr 21, 2010, 11:46:40 AM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
c43766
Parents:
ad98d4
Message:

Made some remaining cout's "info Log() << Verbose(.)"'s ...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/vector.cpp

    rad98d4 r7d1633  
    352352 
    353353  //Log() << Verbose(1) << "Coefficent matrix is:" << endl;
     354  //ostream &output = Log() << Verbose(1);
    354355  //for (int i=0;i<4;i++) {
    355356  //  for (int j=0;j<4;j++)
    356   //    cout << "\t" << M->Get(i,j);
    357   //  cout << endl;
     357  //    output << "\t" << M->Get(i,j);
     358  //  output << endl;
    358359  //}
    359360  if (fabs(M->Determinant()) > MYEPSILON) {
Note: See TracChangeset for help on using the changeset viewer.