remove debug comment

This commit is contained in:
jrgissing
2018-03-11 17:14:50 -06:00
parent d413eb9eee
commit 3c5d5b458c

View File

@ -889,7 +889,6 @@ void CreateAtoms::lattice_mask()
// probably faster to have individual processors 're-choose' their random points
// Nmask will be used to indicate which lattice points to insert
if (nlattpts < nboxme) printf("WHOAA\n"); //debug
Nmask = new int[nlattpts];
for (int i = 0; i < nlattpts; i++)
Nmask[i] = 1;