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

« back to all changes in this revision

Viewing changes to debian/patches/geometry-changes.patch

  • Committer: Package Import Robot
  • Author(s): Ansgar Burchardt
  • Date: 2012-04-06 11:31:20 UTC
  • Revision ID: package-import@ubuntu.com-20120406113120-8tku18kr7cg02kv8
Tags: 2.2~svn7982-1
Initial release. (Closes: #661823)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
From: Ansgar Burchardt <ansgar@debian.org>
 
2
Date: Fri, 06 Apr 2012 11:30:16 +0200
 
3
Subject: add UserData type to AlbertaGridGeometryTraits
 
4
Origin: vendor
 
5
 
 
6
--- a/dune/grid/albertagrid/geometry.hh
 
7
+++ b/dune/grid/albertagrid/geometry.hh
 
8
@@ -164,6 +164,9 @@
 
9
       static const GenericGeometry::EvaluationType evaluateNormal = GenericGeometry::ComputeOnDemand;
 
10
     };
 
11
 
 
12
+    /** \brief type of additional user data to be stored in each mapping
 
13
+     */
 
14
+    struct UserData {};
 
15
   };
 
16
 
 
17