Added graphwindow

This commit is contained in:
arcan1s
2013-08-10 04:06:51 +04:00
parent 1c238fcc81
commit 063e74a472
19 changed files with 572 additions and 70 deletions

View File

@ -62,11 +62,11 @@ int summary_statistic (const char *filename, const int step, const int num_mol,
fprintf (f_out, " %7i %7i %9.2f %9.5f %10.5f\n", i+1, stat_all[i], conc, p, pn);
}
fprintf (f_out, "------------------------------------------------\n");
if (max_depth > 0)
{
// types of aglomerates
fprintf (f_out, "------------------------------------------------\n");
// linear and cycle
x = type_agl[0] + type_agl[1];
type[0] = type_agl[0];