basic p control added, virial still needed!
[physik/posic.git] / init / init.h
1 /*
2  * init.h - create initial conditions
3  *
4  * author: Frank Zirkelbach <frank.zirkelbach@physik.uni-augsburg.de>
5  *
6  */
7
8 #ifndef INIT_H
9 #define INIT_H
10
11 #include "../moldyn.h"
12
13 /* datattypes */
14
15 /* function prototypes */
16
17 int fcc_init(int a,int b,int c,double lc,t_atom *atom,t_3dvec *origin);
18 int diamond_init(int a,int b,int c,double lc,t_atom *atom,t_3dvec *origin);
19
20 #endif