Changeset 1089 for trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx
- Timestamp:
- 11/27/01 09:49:54 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx
r1078 r1089 21 21 // 22 22 // $RCSfile: camera.cxx,v $ 23 // $Revision: 1. 29$23 // $Revision: 1.30 $ 24 24 // $Author: blanch $ 25 // $Date: 2001-11- 14 17:38:23$25 // $Date: 2001-11-27 09:49:54 $ 26 26 // 27 27 //////////////////////////////////////////////////////////////////////// … … 1101 1101 // calculate the effect of the atmospheric extinction 1102 1102 1103 zenfactor = pow(10., -0.4 * ext[ i] );1103 zenfactor = pow(10., -0.4 * ext[j] ); 1104 1104 1105 1105 for(i=0; i<cam.inumpixels;i++){ … … 3310 3310 // 3311 3311 // $Log: not supported by cvs2svn $ 3312 // Revision 1.29 2001/11/14 17:38:23 blanch 3313 // Sveral changes have been done: 3314 // - bpoint_in_in_pixel has been dodified to speed up the program 3315 // - Some minor changes have been done to remove warnings 3316 // - buffer size and split version of the Branches have been removed 3317 // - Some modifications were needed to adat the program to the new 3318 // MRawEvtData::DeletePixels 3319 // 3312 3320 // Revision 1.28 2001/10/26 16:31:45 blanch 3313 3321 // Removing several warnings. … … 3382 3390 // 3383 3391 // $Log: not supported by cvs2svn $ 3392 // Revision 1.29 2001/11/14 17:38:23 blanch 3393 // Sveral changes have been done: 3394 // - bpoint_in_in_pixel has been dodified to speed up the program 3395 // - Some minor changes have been done to remove warnings 3396 // - buffer size and split version of the Branches have been removed 3397 // - Some modifications were needed to adat the program to the new 3398 // MRawEvtData::DeletePixels 3399 // 3384 3400 // Revision 1.28 2001/10/26 16:31:45 blanch 3385 3401 // Removing several warnings.
Note:
See TracChangeset
for help on using the changeset viewer.