diff --git a/lib/threads.cpp b/lib/threads.cpp index 5c2cb678..0033adce 100644 --- a/lib/threads.cpp +++ b/lib/threads.cpp @@ -914,7 +914,7 @@ void communication_thread::execute() qf_array.resize(nproc); qf_array[proc] = new QuadratureFunction(mesh_array[proc], isock); } - else + else if (ident != "mesh") { cout << "Stream: unknown command: " << ident << endl; }