new linked list system, still a pain inthe ...
[physik/posic.git] / init / init.h
diff --git a/init/init.h b/init/init.h
deleted file mode 100644 (file)
index 8f4e93c..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- * 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(int a,int b,int c,double lc,t_atom *atom,t_3dvec *origin);
-int diamond_init(int a,int b,int c,double lc,t_atom *atom,t_3dvec *origin);
-
-#endif