ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/FastOpenGlDisplayer/soft/main.h
(Generate patch)

Comparing UserCode/FastOpenGlDisplayer/soft/main.h (file contents):
Revision 1.13 by querten, Sun Apr 27 07:27:30 2008 UTC vs.
Revision 1.14 by roberfro, Mon Apr 28 11:47:49 2008 UTC

# Line 27 | Line 27
27   #pragma comment (lib,"glut32.lib")
28   #include <hash_map>
29   using namespace stdext;
30 < typedef hash_map<unsigned int, char*, hash_compare<unsigned int, std::less<unsigned int> >> HASH_Map;
30 > typedef hash_map<unsigned int, char*, hash_compare<unsigned int, std::less<unsigned int> > > HASH_Map;
31   #endif
32  
33   HASH_Map test;
# Line 151 | Line 151 | void initGeomEcal();
151   void initGeomEcalInEvent();
152   void initGeomHcal();
153   void initGeomHcalInEvent();
154 < void defineColorForSimTrack(unsigned int i);
154 > void defineColorForSimTrack(int i);
155  
156   void initSimTrack();
157   void init();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines