Changeset 596 in Sophya for trunk/SophyaProg


Ignore:
Timestamp:
Nov 18, 1999, 6:55:52 PM (26 years ago)
Author:
ansari
Message:

Ajout initialisation - Reza 18/11/99

File:
1 edited

Legend:

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

    r583 r596  
    66
    77// Pour le test
     8#include "sambainit.h"
    89#include "cvector.h"
    910#include "matrix.h"
     
    2021{
    2122
     23  PeidaInit();
     24
     25  cout << "Test Creation / PPersist Save NTuple, Histo, ..." << endl;
     26
    2227  POutPersist so("tobjio.ppf");
    2328
    24   cout << "Test Creation / PPersist Save NTuple, Histo, ..." << endl;
    2529  NTuple *nt;
    2630  float xnt[4];
Note: See TracChangeset for help on using the changeset viewer.