Skip to content
Snippets Groups Projects
Commit 50e3a103 authored by Oliver Sander's avatar Oliver Sander
Browse files

revert commit 6710. It was supposed to go into the 2.0.1 branch

[[Imported from SVN: r6724]]
parent 6fee4e26
Branches releases/2.0
Tags v2.0
No related merge requests found
......@@ -83,7 +83,7 @@ namespace Dune {
}
//! return information about the Boundary
int boundaryId () const {
int boundaryId () const DUNE_DEPRECATED {
return boundarySegmentIndex();
}
......@@ -269,7 +269,7 @@ namespace Dune {
}
//! return information about the Boundary
int boundaryId () const {
int boundaryId () const DUNE_DEPRECATED {
return boundarySegmentIndex();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment