Fixing minor bug

This commit is contained in:
Mark Berrill 2016-10-28 09:38:34 -04:00
parent ab92cadfb2
commit ef6c6a09ad

View File

@ -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
};