summaryrefslogtreecommitdiff
path: root/graphics/epix/doc/my_code.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/epix/doc/my_code.h')
-rw-r--r--graphics/epix/doc/my_code.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/graphics/epix/doc/my_code.h b/graphics/epix/doc/my_code.h
deleted file mode 100644
index 229e80dbf4..0000000000
--- a/graphics/epix/doc/my_code.h
+++ /dev/null
@@ -1,10 +0,0 @@
-/* my_code.h */
-#include <cmath> // standard library math header
-#include "epix.h" // ePiX header
-using ePiX::P;
-
-namespace Mine { // to avoid name conflicts
- // functions for special relativity
- double lorentz_norm(P);
- bool spacelike(P);
-} // end of namespace