Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CLHEP
CLHEP
Commits
1de900cc
Commit
1de900cc
authored
Jul 01, 2004
by
Lynn Garren
Browse files
need to include some headers so G4 will build
parent
43c3123e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Geometry/Geometry-deps.in
View file @
1de900cc
CLHEP-@PACKAGE@-@VERSION@ CLHEP-@PACKAGE@-@VERSION@
CLHEP-@PACKAGE@-@VERSION@ CLHEP-Vector-@VERSION@
CLHEP-@PACKAGE@-@VERSION@ CLHEP-Units-@VERSION@
CLHEP-@PACKAGE@-@VERSION@ CLHEP-config-@VERSION@
Geometry/Geometry/Point3D.h
View file @
1de900cc
// -*- C++ -*-
// $Id: Point3D.h,v 1.3
2003/10/23 21:29:50
garren Exp $
// $Id: Point3D.h,v 1.3
.2.1 2004/07/01 17:37:29
garren Exp $
// ---------------------------------------------------------------------------
//
// This file is a part of the CLHEP - a Class Library for High Energy Physics.
...
...
@@ -224,8 +224,12 @@ namespace HepGeom {
}
/* namespace HepGeom */
#ifdef ENABLE_BACKWARDS_COMPATIBILITY
// backwards compatibility will be enabled ONLY in CLHEP 1.9
#include
"CLHEP/config/CLHEP.h"
#include
"CLHEP/Geometry/Normal3D.h"
#include
"CLHEP/Geometry/Transform3D.h"
typedef
HepGeom
::
Point3D
<
double
>
HepPoint3D
;
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment