From ef6c6a09ad06b4b045a02660a56bef8862273c02 Mon Sep 17 00:00:00 2001 From: Mark Berrill Date: Fri, 28 Oct 2016 09:38:34 -0400 Subject: [PATCH] Fixing minor bug --- tests/lbpm_color_simulator.h | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/lbpm_color_simulator.h b/tests/lbpm_color_simulator.h index 3992d0b7..6a0d2afb 100644 --- a/tests/lbpm_color_simulator.h +++ b/tests/lbpm_color_simulator.h @@ -165,7 +165,6 @@ public: fillData.copy(Averages.SDs,SignData); fillData.copy(Averages.Label_NWP,BlobData); IO::writeData( timestep, visData, 2, newcomm ); - MPI_Comm_free(&newcomm); PROFILE_STOP("Save Vis",1); ThreadPool::WorkItem::d_state = 2; // Change state to finished };