[Dune] [Dune-Commit] dune-grid r6710 - releases/2.0/dune/grid/uggrid
Martin Nolte
nolte at mathematik.uni-freiburg.de
Fri May 28 21:17:09 CEST 2010
Did this one go wrong as well?
On 05/25/2010 10:41 AM, sander at dune-project.org wrote:
> Author: sander
> Date: 2010-05-25 10:41:39 +0200 (Tue, 25 May 2010)
> New Revision: 6710
>
> Modified:
> releases/2.0/dune/grid/uggrid/uggridintersections.hh
> Log:
> bugfix: boundaryId is not yet deprecated in Dune 2.0
>
> Modified: releases/2.0/dune/grid/uggrid/uggridintersections.hh
> ===================================================================
> --- releases/2.0/dune/grid/uggrid/uggridintersections.hh 2010-05-21 14:13:56 UTC (rev 6709)
> +++ releases/2.0/dune/grid/uggrid/uggridintersections.hh 2010-05-25 08:41:39 UTC (rev 6710)
> @@ -81,7 +81,7 @@
> }
>
> //! return information about the Boundary
> - int boundaryId () const DUNE_DEPRECATED {
> + int boundaryId () const {
> return boundarySegmentIndex();
> }
>
> @@ -267,7 +267,7 @@
> }
>
> //! return information about the Boundary
> - int boundaryId () const DUNE_DEPRECATED {
> + int boundaryId () const {
> return boundarySegmentIndex();
> }
>
>
>
> _______________________________________________
> Dune-Commit mailing list
> Dune-Commit at dune-project.org
> http://lists.dune-project.org/mailman/listinfo/dune-commit
--
Martin Nolte <nolte at mathematik.uni-freiburg.de>
Universität Freiburg phone:
+49-761-203-5642
Abteilung für angewandte Mathematik fax:
+49-761-203-5632
Hermann-Herder-Straße 10
79104 Freiburg, Germany
More information about the Dune
mailing list