Changeset 3334 in Sophya for trunk/SophyaProg/Tests/arrt.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/arrt.cc

    r2918 r3334  
    173173  esum = esm.Sum();
    174174  eprod = esm.Product();
    175   esumx2 = esm.SumX2();
     175  esumx2 = esm.SumSq();
    176176
    177177  if (prtlev > 0)
    178178    cout << " Min= " << emin << "  Max= " << emax
    179          << " Sum= " << esum << " Prod=" << eprod << " SumX2=" << esumx2 << endl;
     179         << " Sum= " << esum << " Prod=" << eprod << " SumSq=" << esumx2 << endl;
    180180
    181181  cout << "\n :::::: Testing Matrix operations :::::: " << endl;
Note: See TracChangeset for help on using the changeset viewer.