Changeset 2714 in Sophya for trunk/SophyaProg


Ignore:
Timestamp:
May 12, 2005, 5:51:32 PM (20 years ago)
Author:
ansari
Message:

Adaptation de skymixer.cc aux modifs ds ObjFileIO<T> - Reza 12/5/2005

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaProg/PMixer/skymixer.cc

    r2615 r2714  
    10421042    nt.Fill(xnt);
    10431043  }
    1044   ObjFileIO<NTuple> oiont(nt);
     1044  ObjFileIO<NTuple> oiont(&nt);
    10451045  oiont.Write(so, name);
    10461046  return;
     
    10641064    nt.Fill(xnt);
    10651065  }
    1066   ObjFileIO<NTuple> oiont(nt);
     1066  ObjFileIO<NTuple> oiont(&nt);
    10671067  oiont.Write(so, name);
    10681068  return;
Note: See TracChangeset for help on using the changeset viewer.