Changeset 2322 in Sophya for trunk/SophyaLib/HiStats


Ignore:
Timestamp:
Feb 11, 2003, 4:31:10 PM (23 years ago)
Author:
cmv
Message:
  • passage xxstream.h en xxstream
  • compile avec gcc_3.2, gcc_2.96 et cxx En 3.2 le seek from ::end semble marcher (voir Eval/COS/pbseekios.cc)

rz+cmv 11/2/2003

Location:
trunk/SophyaLib/HiStats
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/HiStats/histos.h

    r1413 r2322  
    11// This may look like C code, but it is really -*- C++ -*-
    22//
    3 // $Id: histos.h,v 1.15 2001-02-20 18:29:48 ansari Exp $
     3// $Id: histos.h,v 1.16 2003-02-11 15:31:00 cmv Exp $
    44//
    55
     
    88
    99#include "objfio.h"
    10 #include <iostream.h>
     10#include <iostream>
    1111#include <stdio.h>
    1212#include "peida.h"
  • trunk/SophyaLib/HiStats/ntuple.h

    r1413 r2322  
    99#include "objfio.h"
    1010
    11 #include <iostream.h>
     11#include <iostream>
    1212#include <string>
    1313#include <vector>
Note: See TracChangeset for help on using the changeset viewer.