Changeset 809 in Sophya for trunk/SophyaProg/PMixer


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

Adaptation modifs TArray<T>,PPersist - Reza 03/04/2000

Location:
trunk/SophyaProg/PMixer
Files:
2 edited

Legend:

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

    r761 r809  
    2424int main(int narg, char* arg[])
    2525{
    26   PeidaInit();
     26  SophyaInit();
    2727  InitTim();   // Initializing the CPU timer
    2828
  • trunk/SophyaProg/PMixer/tgsky.cc

    r761 r809  
    2020  double gmoy=0., gsig=0.;
    2121
    22   PeidaInit();
     22  SophyaInit();
    2323  InitTim();   // Initializing the CPU timer
    2424  if ((narg < 5) || ((narg>1) && (strcmp(arg[1],"-h") == 0)) )  {
Note: See TracChangeset for help on using the changeset viewer.