diff --git a/Framework/Units/Units.h b/Framework/Units/Units.h deleted file mode 100644 index c48a953dea6667e63d9f8010553c849a3f4c31fe..0000000000000000000000000000000000000000 --- 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