From da669f68c7a8261f885439561aea9e8b9b47066e Mon Sep 17 00:00:00 2001 From: James E McClure Date: Mon, 29 Jun 2015 20:11:52 -0400 Subject: [PATCH] Removed unused variables from lbpm_disc_pp --- tests/lbpm_disc_pp.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/lbpm_disc_pp.cpp b/tests/lbpm_disc_pp.cpp index cf18b633..3008384d 100644 --- a/tests/lbpm_disc_pp.cpp +++ b/tests/lbpm_disc_pp.cpp @@ -160,7 +160,6 @@ int main(int argc, char **argv) // Variables that specify the computational domain string FILENAME; - unsigned int nBlocks, nthreads; int Nx,Ny,Nz; // local sub-domain size int ndiscs; // number of spheres in the packing double Lx,Ly,Lz; // Domain length