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

maj de CVS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.