mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-07-15 22:59:59 +00:00
Edited files
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user