Skip to content
Snippets Groups Projects
Commit 94bcff34 authored by Rene Brun's avatar Rene Brun
Browse files

Remove definition of kBig from TGeoShape.cxx and put it in TGeoShape.h

to avoid a problem with shared libs on Windows.


git-svn-id: http://root.cern.ch/svn/root/trunk@7719 27541ba8-7e3a-0410-8455-c3a389f83636
parent 069d00a9
No related branches found
No related tags found
No related merge requests found
// @(#)root/geom:$Name: $:$Id: TGeoShape.h,v 1.17 2003/11/28 13:52:35 brun Exp $
// @(#)root/geom:$Name: $:$Id: TGeoShape.h,v 1.18 2003/12/10 15:31:23 brun Exp $
// Author: Andrei Gheata 31/01/02
/*************************************************************************
......@@ -66,7 +66,7 @@ enum EShapeType {
};
static const Double_t kRadDeg; // conversion factor rad->deg
static const Double_t kDegRad; // conversion factor deg->rad
static const Double_t kBig; // infinity
static const Double_t kBig = 1E30; // infinity
protected :
// data members
Int_t fShapeId; // shape id
......
// @(#)root/geom:$Name: $:$Id: TGeoShape.cxx,v 1.14 2003/11/11 15:44:28 brun Exp $
// @(#)root/geom:$Name: $:$Id: TGeoShape.cxx,v 1.15 2003/11/28 13:52:35 brun Exp $
// Author: Andrei Gheata 31/01/02
/*************************************************************************
......@@ -152,7 +152,6 @@
const Double_t TGeoShape::kRadDeg = 180./TMath::Pi();
const Double_t TGeoShape::kDegRad = TMath::Pi()/180.;
const Double_t TGeoShape::kBig = 1E30;
ClassImp(TGeoShape)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment