post proc stand alone tool
[physik/posic.git] / postproc.c
diff --git a/postproc.c b/postproc.c
new file mode 100644 (file)
index 0000000..68e0918
--- /dev/null
@@ -0,0 +1,19 @@
+/*
+ * postproc.c - post processing moldyn data
+ *
+ * author: Frank Zirkelbach <frank.zirkelbach@physik.uni-augsburg.de>
+ *
+ */
+
+#include <math.h>
+#include "moldyn.h"
+
+int main(int argc,char **argv) {
+
+       t_moldyn md;
+
+       
+
+       return 0;
+}