Changeset 3334 in Sophya for trunk/SophyaProg/Tests/tmxv.cc


Ignore:
Timestamp:
Oct 3, 2007, 3:15:28 PM (18 years ago)
Author:
ansari
Message:

petites corrections suite modifs ds TArray/ (SumX2() -> SumSq() , Reza 02/10/2007

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaProg/Tests/tmxv.cc

    r2647 r3334  
    5555  }
    5656  catch (PThrowable exc) {
    57     cerr << " tmxv catched Exception (lpk.cc) " << exc.Msg() << endl;
     57    cerr << " tmxv catched Exception (tmxv.cc) " << exc.Msg() << endl;
    5858    rc = 77;
    5959  } 
    6060  catch (...) {
    61     cerr << " tmxv catched unknown (...) exception (lpk.cc) " << endl;
     61    cerr << " tmxv catched unknown (...) exception (tmxv.cc) " << endl;
    6262    rc = 78;
    6363  }
    6464 
    65   PrtTim(" End of lpk LinAlg/Lapack test ");
     65  PrtTim(" End of tmxv matrix inversion test ");
    6666  cout << " ---------------  END of Programme -------- (Rc= "
    6767       << rc << ") --- " << endl;
Note: See TracChangeset for help on using the changeset viewer.