Changeset 881 in Sophya for trunk/SophyaProg


Ignore:
Timestamp:
Apr 11, 2000, 3:46:11 PM (25 years ago)
Author:
ansari
Message:

bug test tobjio.cc - Reza 11/4/2000

File:
1 edited

Legend:

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

    r872 r881  
    107107  for(i=0; i<30; i++) { x = 8.*i/30+0.1;  (*vpx)(i) = sin(2.*x)/(2.*x); }
    108108  nom = "vx2";
    109   FIO_TArray<double>  oiov3(vx2);
     109  FIO_TArray<double>  oiov3(vpx);
    110110  oiov3.Write(so, nom);
    111111  cout << "Writing " << nom << endl;
Note: See TracChangeset for help on using the changeset viewer.