Skip to content
Snippets Groups Projects
Commit fbb34839 authored by lintao's avatar lintao Committed by Marko Petric
Browse files

Fixed the CLHEP::mm to dd4hep::mm convert problem.

parent 84fb4870
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#include "DD4hep/DD4hepUnits.h" #include "DD4hep/DD4hepUnits.h"
#include "CLHEP/Units/SystemOfUnits.h" #include "CLHEP/Units/SystemOfUnits.h"
static const double MM_2_CM = (CLHEP::millimeter/dd4hep::millimeter); static const double MM_2_CM = (dd4hep::millimeter/CLHEP::millimeter);
#define DEBUG 0 #define DEBUG 0
......
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