~ubuntu-branches/ubuntu/utopic/dune-grid/utopic-proposed

« back to all changes in this revision

Viewing changes to dune/grid/common/intersection.hh

  • Committer: Package Import Robot
  • Author(s): Ansgar Burchardt
  • Date: 2012-05-06 15:34:32 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20120506153432-rx68kvxhcbdtl0i8
Tags: 2.2~svn8040-1
New upstream snapshot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
241
241
     between the different grid implementations.
242
242
 
243
243
   */
244
 
  int boundaryId () const DUNE_DEPRECATED
 
244
  int boundaryId () const 
 
245
    // allow to use boundary id without warning when experimental is enabled 
 
246
#if ! DUNE_GRID_EXPERIMENTAL_GRID_EXTENSIONS
 
247
    DUNE_DEPRECATED
 
248
#endif
245
249
  {
246
250
    return this->real.boundaryId();
247
251
  }