diff --git a/src/Solvers/IrregularDomain.h b/src/Solvers/IrregularDomain.h index 031d6c080bd1881a5ce866790453551889622ebc..fc991c4d61cf4c45780fe9df38122e554c67e0ed 100644 --- a/src/Solvers/IrregularDomain.h +++ b/src/Solvers/IrregularDomain.h @@ -75,8 +75,8 @@ public: /// \param values of stencil element /// \param scaleFactor of stencil values void getBoundaryStencil(int x, int y, int z, - StencilValue_t& value, - double &scaleFactor) const; + StencilValue_t& value, + double &scaleFactor) const; /// method to calculate the stencil at a boundary points /// \param id index of the current element in the matrix