Ignore:
Timestamp:
09/22/03 12:38:47 (21 years ago)
Author:
blanch
Message:
Removal of unused variables
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx

    r2334 r2351  
    2121//
    2222// $RCSfile: camera.cxx,v $
    23 // $Revision: 1.58 $
     23// $Revision: 1.59 $
    2424// $Author: blanch $
    25 // $Date: 2003-09-15 09:59:53 $
     25// $Date: 2003-09-22 11:38:47 $
    2626//
    2727////////////////////////////////////////////////////////////////////////
     
    288288//@: coordinates x,y for each pixel
    289289static float **pixary; 
    290 
    291 //@: indexes of pixels neighbours of a given one
    292 static int **pixneig;   
    293 
    294 //@: number of neighbours a pixel have
    295 static int *npixneig;   
    296290
    297291//@: contents of the pixels (ph.e.)
     
    45824576//
    45834577// $Log: not supported by cvs2svn $
     4578// Revision 1.58  2003/09/15 09:59:53  blanch
     4579// The concept of the camera prgoram has not changed but this version has
     4580// quite a lot of changes to allow several Camera geometries as well as
     4581// multitelescope.
     4582//
     4583// It is suposed to be the first working code for camera 0.7.
     4584//
    45844585// Revision 1.57  2003/07/17 18:02:46  blanch
    45854586// Several new features introduced as well as fixed bugs
Note: See TracChangeset for help on using the changeset viewer.