initial checkin of the new concept approach
[physik/posic.git] / init / init.h
diff --git a/init/init.h b/init/init.h
new file mode 100644 (file)
index 0000000..81bfe19
--- /dev/null
@@ -0,0 +1,20 @@
+/*
+ * init.h - create initial conditions
+ *
+ * author: Frank Zirkelbach <frank.zirkelbach@physik.uni-augsburg.de>
+ *
+ */
+
+#ifndef INIT_H
+#define INIT_H
+
+#include "../moldyn.h"
+
+/* datattypes */
+
+/* function prototypes */
+
+int fcc_init(t_3dvec *dim,double lc,t_atom *atom,t_3dvec *origin);
+int diamond_init(t_3dvec *dim,double lc,t_atom *atom,t_3dvec *origin);
+
+#endif