From 0a68470f9a2042af2c5bc443bc3fdb33bfc58e77 Mon Sep 17 00:00:00 2001 From: paboyle Date: Mon, 8 Jan 2018 11:28:30 +0000 Subject: [PATCH] Simplify comms layers --- lib/stencil/Stencil.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/stencil/Stencil.h b/lib/stencil/Stencil.h index 887d8a7c..69c010f4 100644 --- a/lib/stencil/Stencil.h +++ b/lib/stencil/Stencil.h @@ -105,7 +105,6 @@ template class CartesianStencil { // Stencil runs along coordinate axes only; NO diagonal fill in. public: - typedef CartesianCommunicator::CommsRequest_t CommsRequest_t; typedef typename cobj::vector_type vector_type; typedef typename cobj::scalar_type scalar_type; typedef typename cobj::scalar_object scalar_object;