Remove debug information

This commit is contained in:
Guilhem Lavaux 2017-11-24 11:20:49 +01:00
parent b28cf64544
commit a4cafc0341

View file

@ -89,7 +89,6 @@ void buildZoneAdjacencies(PARTICLE *p, pid_t np,
try try
{ {
for (int h = 0; h < numZones; h++) { for (int h = 0; h < numZones; h++) {
cout << "Zone " << h << " nadj = " << zt[h].nadj << endl;
if (zt[h].nadj > 0) { if (zt[h].nadj > 0) {
zt[h].adj = new pid_t[zt[h].nadj]; zt[h].adj = new pid_t[zt[h].nadj];
zt[h].slv = new float[zt[h].nadj]; zt[h].slv = new float[zt[h].nadj];