mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-07-16 23:30:00 +00:00
Added helpwindow
fixed wersions edited PKGBUILD edited scripts
This commit is contained in:
@ -92,7 +92,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.0.1 ::: 2013-07-23\n\n");
|
||||
fprintf (f_out, "statgen ::: V.1.0.3\n\n");
|
||||
fprintf (f_out, "CONFIGURATION\n");
|
||||
|
||||
fprintf (f_out, "LOG=%i\nQUIET=%i\n", log, quiet);
|
||||
|
Reference in New Issue
Block a user