CoMD
A Mini-app for Co-Design of Classical Molecular Dynamics.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
mytype.h File Reference

Frequently needed typedefs. More...

This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Frequently needed typedefs.

Definition in file mytype.h.

Macro Definition Documentation

#define EMT1   "%le"

Definition at line 15 of file mytype.h.

#define FMT1   "%lg"

Definition at line 14 of file mytype.h.

#define screenOut   stdout

Definition at line 27 of file mytype.h.

Typedef Documentation

typedef real_t real3[3]

a convenience vector with three real_t

Definition at line 18 of file mytype.h.

typedef double real_t

define native type for CoMD as double precision

Definition at line 13 of file mytype.h.

Function Documentation

static void zeroReal3 ( real3  a)
static

Definition at line 20 of file mytype.h.

Here is the caller graph for this function: