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 a6e509ba authored by frey_m's avatar frey_m
Browse files

IrregularDomain: fix indentation

parent a0dcb435
No related branches found
No related tags found
1 merge request!396Resolve "Code duplication in Domains"
...@@ -75,8 +75,8 @@ public: ...@@ -75,8 +75,8 @@ public:
/// \param values of stencil element /// \param values of stencil element
/// \param scaleFactor of stencil values /// \param scaleFactor of stencil values
void getBoundaryStencil(int x, int y, int z, void getBoundaryStencil(int x, int y, int z,
StencilValue_t& value, StencilValue_t& value,
double &scaleFactor) const; double &scaleFactor) const;
/// method to calculate the stencil at a boundary points /// method to calculate the stencil at a boundary points
/// \param id index of the current element in the matrix /// \param id index of the current element in the matrix
......
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