[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ESPResSo-devel] A bug in the code
From: |
Stefan Kesselheim |
Subject: |
Re: [ESPResSo-devel] A bug in the code |
Date: |
Thu, 8 Nov 2012 16:27:13 +0100 |
Hi Ivan,
thanks for your Mail. Don't worry, it is not 31 but rather 3l, indicating that
it is a (long) integer constant.
This time its not a bug. In a serif font it however looks like one :-).
Cheers
Stefan
On Nov 8, 2012, at 3:58 PM, Ivan Cimrak <address@hidden> wrote:
> Hi,
>
> In the 3.1.1 version, in file src/tcl/particle_data_tcl.c on the line
> 1260 you have the following loop:
>
> for (i = 0; i < 3l; i++)
> if (fixed_coord_flag[i])
> ext_flag |= COORD_FIXED(i);
>
> Probably, the "i < 3l" should be "i < 3".
>
>
> Greetings,
> Ivan