From: hackbard Date: Wed, 27 Jun 2007 22:32:20 +0000 (+0000) Subject: post proc stand alone tool X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fposic.git;a=commitdiff_plain;h=80506020969de4de6961607079fca74a538fcaeb post proc stand alone tool --- 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; +}