Skip to content
Snippets Groups Projects
Commit b7a6af6f authored by Ansgar Burchardt's avatar Ansgar Burchardt
Browse files

Merge branch 'typo-offests-offsets' into 'master'

typo: offests -> offsets

See merge request !514
parents d65d7acc 9789b977
No related branches found
No related tags found
1 merge request!514typo: offests -> offsets
Pipeline #59516 passed
......@@ -510,7 +510,7 @@ namespace Dune {
}
};
//! Writes an SVG header and scales offests to fit output options
//! Writes an SVG header and scales offsets to fit output options
// svg shall be closed with a group and an svg. i.e. "</g></svg>"
template <class Stream, class SVGMatrixOptions>
void writeSVGMatrixHeader(Stream &out, const SVGMatrixOptions &opts,
......@@ -545,7 +545,7 @@ namespace Dune {
std::pair<std::size_t, size_t>
writeSVGMatrix(const Mat &mat, Stream &out, SVGMatrixOptions opts,
RowPrefix row_prefix, ColPrefix col_prefix) {
// get values to fill the offests
// get values to fill the offsets
const auto& block_size = opts.block_size;
const auto& interspace = opts.interspace;
......
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