Commit before breaking everything
[matches/honours.git] / research / transmission_spectroscopy / universesim / src / include / tParticle.h
1 /*
2  */
3 #ifndef _PARTICLE_H_
4 #define _PARTICLE_H_
5
6 #include <tVector.h>
7
8 typedef struct sParticle
9 {
10         tVector Location;
11         tVector Velocity;
12         tVector Forces;
13         
14         tLargeInt       Mass;
15         tLargeInt       Charge;
16         
17 }       tParticle;
18
19 #endif

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