Changeset 7d1633 for molecuilder/src/vector.cpp
- Timestamp:
- Apr 21, 2010, 11:46:40 AM (16 years ago)
- Children:
- c43766
- Parents:
- ad98d4
- File:
-
- 1 edited
-
molecuilder/src/vector.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/vector.cpp
rad98d4 r7d1633 352 352 353 353 //Log() << Verbose(1) << "Coefficent matrix is:" << endl; 354 //ostream &output = Log() << Verbose(1); 354 355 //for (int i=0;i<4;i++) { 355 356 // 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; 358 359 //} 359 360 if (fabs(M->Determinant()) > MYEPSILON) {
Note:
See TracChangeset
for help on using the changeset viewer.
