Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit c1d3ed41 authored by frey_m's avatar frey_m
Browse files

RectangularDomain: correct spelling

parent 50a5c30d
No related branches found
No related tags found
1 merge request!372Resolve "SAAMG: Enable RectangularDomain"
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment