Changeset 1197 in Sophya for trunk/SophyaLib/SUtils/datacards.h


Ignore:
Timestamp:
Sep 22, 2000, 12:37:44 PM (25 years ago)
Author:
ansari
Message:

correction petit bug ds datacard.cc (ajout fclose(fip)) et numero de version - Reza 22/9/2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SUtils/datacards.h

    r895 r1197  
    11// This may look like C code, but it is really -*- C++ -*-
    22//
    3 // $Id: datacards.h,v 1.2 2000-04-12 17:49:43 ansari Exp $
     3// $Id: datacards.h,v 1.3 2000-09-22 10:37:44 ansari Exp $
    44//
    55// Datacards, acquisition EROS II
     
    9090
    9191//! operator << overloading - calls Print()
    92 inline ostream& operator << (ostream& s, DataCards c)
     92inline ostream& operator << (ostream& s, DataCards const & c)
    9393{ c.Print(s); return s; }
    9494
Note: See TracChangeset for help on using the changeset viewer.