From 6868004366a13afed2c96242423c6b0d091a748a Mon Sep 17 00:00:00 2001
From: ralfulrich <ralf.ulrich@kit.edu>
Date: Wed, 8 Aug 2018 11:39:31 +0200
Subject: [PATCH] removed renamed file

---
 Framework/Units/Units.h | 21 ---------------------
 1 file changed, 21 deletions(-)
 delete mode 100644 Framework/Units/Units.h

diff --git a/Framework/Units/Units.h b/Framework/Units/Units.h
deleted file mode 100644
index c48a953d..00000000
--- a/Framework/Units/Units.h
+++ /dev/null
@@ -1,21 +0,0 @@
-#ifndef _include_PhysicalUnits_h_
-#define _include_PhysicalUnits_h_
-
-#include "boost/units/quantity.hpp"
-#include "boost/units/io.hpp"
-#include "boost/units/physical_constants.hpp"
-
-//#include <cstdlib>
-//#include <iostream>
-
-// define _XeV literals
-
-namespace phys {
-  namespace units {
-    namespace literals {
-      QUANTITY_DEFINE_SCALING_LITERALS(eV, energy_d, magnitude(eV) )
-    }
-  }
-}
-
-#endif
-- 
GitLab