mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 07:11:12 +00:00
Remove debug information
This commit is contained in:
parent
b28cf64544
commit
a4cafc0341
1 changed files with 0 additions and 1 deletions
|
@ -89,7 +89,6 @@ void buildZoneAdjacencies(PARTICLE *p, pid_t np,
|
|||
try
|
||||
{
|
||||
for (int h = 0; h < numZones; h++) {
|
||||
cout << "Zone " << h << " nadj = " << zt[h].nadj << endl;
|
||||
if (zt[h].nadj > 0) {
|
||||
zt[h].adj = new pid_t[zt[h].nadj];
|
||||
zt[h].slv = new float[zt[h].nadj];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue