Commit before breaking everything
[matches/honours.git] / research / transmission_spectroscopy / universesim / src / include / common.h
diff --git a/research/transmission_spectroscopy/universesim/src/include/common.h b/research/transmission_spectroscopy/universesim/src/include/common.h
new file mode 100644 (file)
index 0000000..060ad25
--- /dev/null
@@ -0,0 +1,19 @@
+/*
+ */
+#ifndef _COMMON_H_
+#define _COMMON_H_
+
+#include <tParticle.h>
+
+// === Variables ===
+extern tVector *gpParicle_Locations;
+extern tVector gaParicle_Locations1[];
+extern tVector gaParicle_Locations2[];
+extern tVector gaParicle_Velocity[];
+extern tVector gaParicle_Forces[];
+extern tLargeInt       gaParticle_Masses[];
+extern tLargeInt       gaParticle_Charges[];
+extern tParticle       *gpParticles;
+extern unsigned int    giNumParticles;
+
+#endif

UCC git Repository :: git.ucc.asn.au