X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=postproc.c;fp=postproc.c;h=68e0918e55dba20e214c8af8f1fee036eaf439c5;hb=80506020969de4de6961607079fca74a538fcaeb;hp=0000000000000000000000000000000000000000;hpb=58fd691b276fbe87593036714f26dbfe7486cbeb;p=physik%2Fposic.git 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; +}