From 3c5d5b458c3ff8db8d61addeac47832d50d17de5 Mon Sep 17 00:00:00 2001 From: jrgissing Date: Sun, 11 Mar 2018 17:14:50 -0600 Subject: [PATCH] remove debug comment --- src/create_atoms.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/create_atoms.cpp b/src/create_atoms.cpp index 96faab6b0d..139889dace 100644 --- a/src/create_atoms.cpp +++ b/src/create_atoms.cpp @@ -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;