[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ESPResSo-devel] A bug in the code
From: |
Ivan Cimrak |
Subject: |
[ESPResSo-devel] A bug in the code |
Date: |
Thu, 8 Nov 2012 15:58:16 +0100 |
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
- [ESPResSo-devel] A bug in the code,
Ivan Cimrak <=