From a764ccfc194b022c2a3319d2cfd0018e3d37e684 Mon Sep 17 00:00:00 2001 From: James E McClure Date: Sat, 26 May 2018 08:14:57 -0400 Subject: [PATCH] Serial decomp with phase label tool --- tests/lbpm_serial_decomp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lbpm_serial_decomp.cpp b/tests/lbpm_serial_decomp.cpp index 75e750ec..88d584f8 100644 --- a/tests/lbpm_serial_decomp.cpp +++ b/tests/lbpm_serial_decomp.cpp @@ -144,7 +144,7 @@ int main(int argc, char **argv) char *loc_id; loc_id = new char [(nx+2)*(ny+2)*(nz+2)]; - std::vector LabelCount(ReadValues.size(),0]); + std::vector LabelCount(ReadValues.size(),0); // Set up the sub-domains if (rank==0){ printf("Distributing subdomains across %i processors \n",nprocs);