summaryrefslogtreecommitdiff
path: root/src/spheres_poly/spheres.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/spheres_poly/spheres.h')
-rw-r--r--src/spheres_poly/spheres.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/spheres_poly/spheres.h b/src/spheres_poly/spheres.h
new file mode 100644
index 0000000..44d8052
--- /dev/null
+++ b/src/spheres_poly/spheres.h
@@ -0,0 +1,4 @@
+
+#pragma once
+
+double *spheres(int N, double bidispersityratio, double bidispersityfraction, double maxpf, double maxpressure, double maxcollisionrate);