Frequently needed typedefs. More...

Go to the source code of this file.
Macros | |
| #define | FMT1 "%lg" |
| #define | EMT1 "%le" |
| #define | screenOut stdout |
Typedefs | |
| typedef double | real_t |
| define native type for CoMD as double precision More... | |
| typedef real_t | real3 [3] |
| a convenience vector with three real_t More... | |
Functions | |
| static void | zeroReal3 (real3 a) |
Frequently needed typedefs.
Definition in file mytype.h.
| typedef real_t real3[3] |
| typedef double real_t |