Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-istl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Core Modules
dune-istl
Merge requests
!514
typo: offests -> offsets
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
typo: offests -> offsets
ansgar/dune-istl:typo-offests-offsets
into
master
Overview
2
Commits
1
Pipelines
1
Changes
1
Merged
Ansgar Burchardt
requested to merge
ansgar/dune-istl:typo-offests-offsets
into
master
2 years ago
Overview
2
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Viewing commit
9789b977
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
9789b977
typo: offests -> offsets
· 9789b977
Ansgar Burchardt
authored
2 years ago
dune/istl/io.hh
+
2
−
2
Options
@@ -510,7 +510,7 @@ namespace Dune {
}
};
//! Writes an SVG header and scales off
e
sts to fit output options
//! Writes an SVG header and scales offs
e
ts 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 off
e
sts
// get values to fill the offs
e
ts
const
auto
&
block_size
=
opts
.
block_size
;
const
auto
&
interspace
=
opts
.
interspace
;
Loading