Skip to content

Commit

Permalink
refs #8095 Another Unix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Oct 10, 2013
1 parent 4b01211 commit d3f0dc8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -209,9 +209,9 @@ class AvrgDetector
double m_AzimutSum;
double m_PolarSum;
double m_FlightPathSum;
double m_AzimMin,m_PolarMin,m_AzimMax,m_PolarMax;
// if azimuthal and polar sizes expressed in angular or linear units
bool m_useSphericalSizes;
double m_AzimMin,m_PolarMin,m_AzimMax,m_PolarMax;
/// numbr of primary detectors, contributing into this detector
size_t m_nComponents;
public:
Expand Down

0 comments on commit d3f0dc8

Please sign in to comment.