060ad2542d65438c1a9582cd7f687a371dfce73c
[matches/honours.git] / research / transmission_spectroscopy / universesim / src / include / common.h
1 /*
2  */
3 #ifndef _COMMON_H_
4 #define _COMMON_H_
5
6 #include <tParticle.h>
7
8 // === Variables ===
9 extern tVector  *gpParicle_Locations;
10 extern tVector  gaParicle_Locations1[];
11 extern tVector  gaParicle_Locations2[];
12 extern tVector  gaParicle_Velocity[];
13 extern tVector  gaParicle_Forces[];
14 extern tLargeInt        gaParticle_Masses[];
15 extern tLargeInt        gaParticle_Charges[];
16 extern tParticle        *gpParticles;
17 extern unsigned int     giNumParticles;
18
19 #endif

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