Changeset 793
- Timestamp:
- 05/16/01 13:43:53 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/include-CORSIKA/CORParticle.cxx
r294 r793 20 20 #include "CORParticle.hxx" 21 21 22 void 23 CORParticle::print(void) { 24 25 cout << " w:" << w << 26 " x: " << x << 27 " y: " << y << 28 " u: " << u << 29 " v: " << v << 30 " t: " << t << 31 " h: " << h << endl ; 32 33 } 34 22 35 // @endcode
Note:
See TracChangeset
for help on using the changeset viewer.