diff --git a/src/INTEL/nstencil_bin_intel.cpp b/src/INTEL/nstencil_bin_intel.cpp index 36a79e2997..4b7dc31f46 100644 --- a/src/INTEL/nstencil_bin_intel.cpp +++ b/src/INTEL/nstencil_bin_intel.cpp @@ -32,8 +32,8 @@ void NStencilBinIntel::create() // For half stencils, only the upper plane is needed int sy_min = sy; int sz_min = sz; - if (HALF && (!DIM_3D)) sy_min = 0; - if (HALF && DIM_3D) sz_min = 0; + if ((!TRI) && HALF && (!DIM_3D)) sy_min = 0; + if ((!TRI) && HALF && DIM_3D) sz_min = 0; nstencil = 0;