post proc stand alone tool
authorhackbard <hackbard>
Wed, 27 Jun 2007 22:32:20 +0000 (22:32 +0000)
committerhackbard <hackbard>
Wed, 27 Jun 2007 22:32:20 +0000 (22:32 +0000)
postproc.c [new file with mode: 0644]

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;
+}