Changeset 1229 in Sophya


Ignore:
Timestamp:
Oct 12, 2000, 2:01:39 AM (25 years ago)
Author:
ansari
Message:

Compil apres modifs TArray/matharr.h , Reza 12/10/2000

File:
1 edited

Legend:

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

    r1114 r1229  
    213213  cout << " ------ TArray<r_4> fa2=fa*2*Pi = \n" << fa2 << endl;
    214214  // Compute sin(fa2) cos(fa2)
    215   cout << " ------ sin(fa2=fa*2*Pi) = \n" << sin(fa2) << endl;
    216   cout << " ------ cos(fa2=fa*2*Pi) = \n" << cos(fa2) << endl;
     215  cout << " ------ sin(fa2=fa*2*Pi) = \n" << Sin(fa2) << endl;
     216  cout << " ------ cos(fa2=fa*2*Pi) = \n" << Cos(fa2) << endl;
    217217
    218218  if (tio) tstioarr(ia, ib, ic);
Note: See TracChangeset for help on using the changeset viewer.