Ignore:
Timestamp:
May 13, 2009, 12:15:37 PM (15 years ago)
Author:
garnier
Message:

avant modif pour CVS

Location:
trunk/source/visualization/HepRep
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/HepRep/History

    r841 r1040  
    1 .$Id: History,v 1.128 2008/01/04 22:11:31 allison Exp $
     1.$Id: History,v 1.129 2009/05/08 09:29:23 gcosmo Exp $
    22-------------------------------------------------------------------
    33
     
    2121--------------------------------------------------
    2222
    23 4th January 2008  John Allison  (vis-HepRep-V09-01-00)
     238 May 2009  Gabriele Cosmo  (vis-HepRep-V09-02-00)
     24- Added inclusion of <cstdio> in DeflateOutputStreamBuffer.h to resolve
     25  compilation errors reported by gcc-4.4.0.
     26
     274 January 2008  John Allison  (vis-HepRep-V09-01-00)
    2428- Adapted to new BeginPrimitives2D signature.
    2529
    26 16 Nov 2007 Joseph Perl (vis-HepRep-V09-00-01)
     3016 November 2007 Joseph Perl (vis-HepRep-V09-00-01)
    2731- Adjust geometry hierarchy in G4HepRepFileSceneHandler to accomodate
    2832  parallel worlds.  Where used to just have world at top of hierarchy,
  • trunk/source/visualization/HepRep/include/cheprep/DeflateOutputStreamBuffer.h

    r834 r1040  
    66#include <iostream>
    77#include <string>
     8#include <cstdio>
    89
    910#ifndef CHEPREP_NO_ZLIB
     
    1314/**
    1415 * @author Mark Donszelmann
    15  * @version $Id: DeflateOutputStreamBuffer.h,v 1.5 2005/06/02 21:28:45 duns Exp $
     16 * @version $Id: DeflateOutputStreamBuffer.h,v 1.6 2009/05/08 09:26:58 gcosmo Exp $
    1617 */
    1718namespace cheprep {
Note: See TracChangeset for help on using the changeset viewer.