]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PYTHIA8/pythia8170/include/PythiaComplex.h
PYTHIA8: removing legacy pythia8170
[u/mrichter/AliRoot.git] / PYTHIA8 / pythia8170 / include / PythiaComplex.h
diff --git a/PYTHIA8/pythia8170/include/PythiaComplex.h b/PYTHIA8/pythia8170/include/PythiaComplex.h
deleted file mode 100644 (file)
index 5987e27..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-// PythiaComplex.h is a part of the PYTHIA event generator.
-// Copyright (C) 2012 Torbjorn Sjostrand.
-// PYTHIA is licenced under the GNU GPL version 2, see COPYING for details.
-// Please respect the MCnet Guidelines, see GUIDELINES for details.
-
-// Header file for typedef'd double precision complex numbers.
-
-#ifndef Pythia8_PythiaComplex_H
-#define Pythia8_PythiaComplex_H
-
-// Stdlib header for complex numbers.
-# include <complex>
-
-namespace Pythia8 {
-
-// Convenient typedef for double precision complex numbers.
-typedef std::complex<double> complex;
-
-} // end namespace Pythia8
-
-#endif // Pythia8_PythiaComplex_H