]> https://gitweb.dealii.org/ - dealii.git/commitdiff
make first_ and next_locally_owned_cell virtual
authorTimo Heister <timo.heister@gmail.com>
Sat, 12 Jul 2014 21:13:06 +0000 (14:13 -0700)
committerTimo Heister <timo.heister@gmail.com>
Thu, 31 Jul 2014 06:20:18 +0000 (08:20 +0200)
include/deal.II/numerics/data_out.h

index 0bc554148ceb8c84cddd862e756837b301060231..27482deaf1236bdb31826bc69de4301c59a8d20c 100644 (file)
@@ -254,14 +254,14 @@ private:
    * pair that is locally owned. If this object operates on a non-distributed
    * triangulation, the result equals what first_cell() returns.
    */
-  cell_iterator first_locally_owned_cell ();
+  virtual cell_iterator first_locally_owned_cell ();
 
   /**
    * Return the next cell produced by the next_cell() function that is locally
    * owned. If this object operates on a non-distributed triangulation, the
    * result equals what first_cell() returns.
    */
-  cell_iterator next_locally_owned_cell (const cell_iterator &cell);
+  virtual cell_iterator next_locally_owned_cell (const cell_iterator &cell);
 
   /**
    * Build one patch. This function is called in a WorkStream context.

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.