aboutsummaryrefslogtreecommitdiff
path: root/scattering.h
diff options
context:
space:
mode:
authortlatorre <tlatorre@uchicago.edu>2018-08-14 10:08:27 -0500
committertlatorre <tlatorre@uchicago.edu>2018-08-14 10:08:27 -0500
commit24c8bcfe7f76b20124e2862ea050f815c0f768e7 (patch)
treee5bdbd638a2c7f38f1c094cc9e95cbdfe05b9481 /scattering.h
parent0b7f199c0d93074484ea580504485a32dc29f5e2 (diff)
downloadsddm-24c8bcfe7f76b20124e2862ea050f815c0f768e7.tar.gz
sddm-24c8bcfe7f76b20124e2862ea050f815c0f768e7.tar.bz2
sddm-24c8bcfe7f76b20124e2862ea050f815c0f768e7.zip
move everything to src directory
Diffstat (limited to 'scattering.h')
-rw-r--r--scattering.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/scattering.h b/scattering.h
deleted file mode 100644
index f3a38d8..0000000
--- a/scattering.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef SCATTERING_H
-#define SCATTERING_H
-
-void init_interpolation(void);
-double get_probability(double beta, double cos_theta, double theta0);
-void free_interpolation(void);
-
-#endif