From c1d3ed41d7f430de10cf234bba7c96b7ac2db7fa Mon Sep 17 00:00:00 2001 From: Matthias Frey <matthias.frey@psi.ch> Date: Wed, 15 Jul 2020 14:37:06 +0200 Subject: [PATCH] RectangularDomain: correct spelling --- src/Solvers/RectangularDomain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Solvers/RectangularDomain.cpp b/src/Solvers/RectangularDomain.cpp index a2be643a3..314563af6 100644 --- a/src/Solvers/RectangularDomain.cpp +++ b/src/Solvers/RectangularDomain.cpp @@ -95,7 +95,7 @@ void RectangularDomain::getBoundaryStencil(int x, int y, int z, double &W, #ifdef DEBUG if (C <= 0) throw OpalException("RectangularDomain::getBoundaryStencil", - "Stencil C is <= 0! This case should never occure!"); + "Stencil C is <= 0! This case should never occur!"); #endif } -- GitLab