From 80506020969de4de6961607079fca74a538fcaeb Mon Sep 17 00:00:00 2001 From: hackbard Date: Wed, 27 Jun 2007 22:32:20 +0000 Subject: [PATCH] post proc stand alone tool --- postproc.c | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 postproc.c diff --git a/postproc.c b/postproc.c new file mode 100644 index 0000000..68e0918 --- /dev/null +++ b/postproc.c @@ -0,0 +1,19 @@ +/* + * postproc.c - post processing moldyn data + * + * author: Frank Zirkelbach + * + */ + +#include + +#include "moldyn.h" + +int main(int argc,char **argv) { + + t_moldyn md; + + + + return 0; +} -- 2.20.1