Ignore:
Timestamp:
Aug 28, 2008, 4:17:35 PM (17 years ago)
Author:
garnier
Message:

maj de CVS

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

Legend:

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

    r834 r849  
    1 $Id: History,v 1.53 2007/06/14 15:25:20 allison Exp $
     1$Id: History,v 1.54 2008/04/04 13:52:48 allison Exp $
    22-------------------------------------------------------------------
    33
     
    2424History file for Ray Tracer category
    2525---------------------------------------
     26
     274th April 2008  John Allison  (raytracer-V09-01-00)
     28 - Fixed gcc-4.3.0 compiler warnings.
    2629
    273014th June 2007  John Allison  (raytracer-V08-03-01)
  • trunk/source/visualization/RayTracer/src/G4RTOutBitStream.cc

    r834 r849  
    2525//
    2626//
    27 // $Id: G4RTOutBitStream.cc,v 1.5 2006/06/29 21:24:01 gunter Exp $
     27// $Id: G4RTOutBitStream.cc,v 1.6 2008/04/04 13:52:48 allison Exp $
    2828// GEANT4 tag $Name:  $
    2929//
     
    104104  IncBuf();
    105105
    106   *mBuf = v << 8 - nextBits;
     106  *mBuf = v << (8 - nextBits);
    107107  mBitPos = 7 - nextBits;
    108108}
Note: See TracChangeset for help on using the changeset viewer.