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
Commits
22f8871c
Commit
22f8871c
authored
2 years ago
by
Christoph Grüninger
Browse files
Options
Downloads
Patches
Plain Diff
[cleanup] Remove MultiTypeBlockVector::count()
parent
ad323335
No related branches found
No related tags found
1 merge request
!508
Remove all deprecated code
Pipeline
#55811
failed
2 years ago
Stage: .pre
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+2
-0
2 additions, 0 deletions
CHANGELOG.md
dune/istl/multitypeblockvector.hh
+0
-12
0 additions, 12 deletions
dune/istl/multitypeblockvector.hh
with
2 additions
and
12 deletions
CHANGELOG.md
+
2
−
0
View file @
22f8871c
...
...
@@ -19,6 +19,8 @@ SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception
-
Removed deprecated
`MultyTypeBlockMatrix::size()`
, use
`N()`
instead.
-
Removed deprecated
`MultyTypeBlockVector::count()`
, use
`N()`
instead.
# Release 2.9
...
...
This diff is collapsed.
Click to expand it.
dune/istl/multitypeblockvector.hh
+
0
−
12
View file @
22f8871c
...
...
@@ -104,18 +104,6 @@ namespace Dune {
return
sizeof
...(
Args
);
}
/**
* number of elements
*
* \deprecated Use method <code>N</code> instead.
* This will be removed after Dune 2.8.
*/
[[
deprecated
(
"Use method 'N' instead"
)]]
int
count
()
const
{
return
sizeof
...(
Args
);
}
/** \brief Number of scalar elements */
size_type
dim
()
const
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment