Changeset 849 for trunk/source/visualization/RayTracer
- Timestamp:
- Aug 28, 2008, 4:17:35 PM (17 years ago)
- Location:
- trunk/source/visualization/RayTracer
- Files:
-
- 2 edited
-
History (modified) (2 diffs)
-
src/G4RTOutBitStream.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/visualization/RayTracer/History
r834 r849 1 $Id: History,v 1.5 3 2007/06/14 15:25:20allison Exp $1 $Id: History,v 1.54 2008/04/04 13:52:48 allison Exp $ 2 2 ------------------------------------------------------------------- 3 3 … … 24 24 History file for Ray Tracer category 25 25 --------------------------------------- 26 27 4th April 2008 John Allison (raytracer-V09-01-00) 28 - Fixed gcc-4.3.0 compiler warnings. 26 29 27 30 14th June 2007 John Allison (raytracer-V08-03-01) -
trunk/source/visualization/RayTracer/src/G4RTOutBitStream.cc
r834 r849 25 25 // 26 26 // 27 // $Id: G4RTOutBitStream.cc,v 1. 5 2006/06/29 21:24:01 gunterExp $27 // $Id: G4RTOutBitStream.cc,v 1.6 2008/04/04 13:52:48 allison Exp $ 28 28 // GEANT4 tag $Name: $ 29 29 // … … 104 104 IncBuf(); 105 105 106 *mBuf = v << 8 - nextBits;106 *mBuf = v << (8 - nextBits); 107 107 mBitPos = 7 - nextBits; 108 108 }
Note:
See TracChangeset
for help on using the changeset viewer.
