Edited files

This commit is contained in:
arcan1s
2013-08-08 06:40:06 +04:00
parent 8a37a3cbab
commit 020d912704
10 changed files with 332 additions and 53 deletions

View File

@ -96,12 +96,12 @@ int printing_agl (const char *input, const char *output, const int *connect,
{
// number of tails
if (j == 0)
if (iso[j] > 2)
// branched
type_agl[3]++;
else
if ((iso[j] == 0) || ((iso[j] <= 2) && (iso[j] == 0))
// not branched
type_agl[2]++;
// branched
else
type_agl[3]++;
// number of cycles
else if (j == 1)
if (iso[j] > 0)