Commit before breaking everything
[matches/honours.git] / research / transmission_spectroscopy / universesim / src / include / tParticle.h
diff --git a/research/transmission_spectroscopy/universesim/src/include/tParticle.h b/research/transmission_spectroscopy/universesim/src/include/tParticle.h
new file mode 100644 (file)
index 0000000..0b0a1b9
--- /dev/null
@@ -0,0 +1,19 @@
+/*
+ */
+#ifndef _PARTICLE_H_
+#define _PARTICLE_H_
+
+#include <tVector.h>
+
+typedef struct sParticle
+{
+       tVector Location;
+       tVector Velocity;
+       tVector Forces;
+       
+       tLargeInt       Mass;
+       tLargeInt       Charge;
+       
+}      tParticle;
+
+#endif

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