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
!30
doc: fix typo: writee -> write
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
doc: fix typo: writee -> write
doc/typo-writee-write
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Ansgar Burchardt
requested to merge
doc/typo-writee-write
into
master
9 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
672bf161
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
672bf161
doc: fix typo: writee -> write
· 672bf161
Ansgar Burchardt
authored
9 years ago
dune/istl/multitypeblockmatrix.hh
+
2
−
2
Options
@@ -229,7 +229,7 @@ namespace Dune {
* m[_0] = ...
* \endcode
* The name '_0' used here as a static replacement of the integer number zero is arbitrary.
* Any other variable name can be used. If you don't like the separate variable, you can write
e
* Any other variable name can be used. If you don't like the separate variable, you can write
* \code
* m[std::integral_constant<int,0>()] = ...
* \endcode
@@ -253,7 +253,7 @@ namespace Dune {
* m[_0] = ...
* \endcode
* The name '_0' used here as a static replacement of the integer number zero is arbitrary.
* Any other variable name can be used. If you don't like the separate variable, you can write
e
* Any other variable name can be used. If you don't like the separate variable, you can write
* \code
* m[std::integral_constant<std::size_t,0>()] = ...
* \endcode
Loading