mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-07-28 13:09:58 +00:00
+ added dependecies
+ added oxygen docs building + added versioning * some optimization
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include <version.h>
|
||||
#include <mathmech/messages.h>
|
||||
|
||||
|
||||
@ -92,7 +93,7 @@ int printing_head (const char *output, const int log, const int quiet,
|
||||
FILE *f_out;
|
||||
|
||||
f_out = fopen (output, "w");
|
||||
fprintf (f_out, "statgen ::: V.1.2.0\n\n");
|
||||
fprintf (f_out, "statgen ::: V.%s\n\n", PROJ_VERSION);
|
||||
fprintf (f_out, "CONFIGURATION\n");
|
||||
|
||||
fprintf (f_out, "LOG=%i\nQUIET=%i\n", log, quiet);
|
||||
|
Reference in New Issue
Block a user