Skip to content
Snippets Groups Projects
Commit 0d903033 authored by Praetorius, Simon's avatar Praetorius, Simon
Browse files

correct some small typos

parent eec326ae
No related branches found
No related tags found
1 merge request!108correct some small typos
......@@ -91,7 +91,7 @@ namespace AMDiS
void assemble(RowLocalView const& rowLocalView,
ColLocalView const& colLocalView);
/// Assemble all matrix operators, TODO: incooperate boundary conditions
/// Assemble all matrix operators, TODO: incorporate boundary conditions
void assemble(SymmetryStructure symmetry = SymmetryStructure::unknown);
protected:
......
......@@ -74,7 +74,7 @@ namespace AMDiS
}
/// \brief Returns an update-proxy of the inserter, to inserte/update a value at
/// \brief Returns an update-proxy of the inserter, to insert/update a value at
/// position (\p r, \p c) in the matrix. Need an insertionMode inserter, that can
/// be created by \ref init and must be closed by \ref finish after insertion.
void insert(size_type r, size_type c, value_type const& value)
......
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