]> https://gitweb.dealii.org/ - dealii.git/commit
Since DataOutBase is a private base class of DataOutInterface, which itself is a...
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 12 Jun 2002 13:11:10 +0000 (13:11 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 12 Jun 2002 13:11:10 +0000 (13:11 +0000)
commit9cf77baf2ee3f147c1bed0e26cd6a537193b312d
tree8c31973452411f3232751cf979bfce368a7d04bc
parent99db04a8201bfefa1fa0ef04205f5e38e3d1025f
Since DataOutBase is a private base class of DataOutInterface, which itself is a base class to DataOut*, we cannot reference the Patch local class using DataOutBase::Patch, since there private inheritance comes into play. However, since Patch is a public type, use ::DataOutBase::Patch, to indicate that we access it from outside, rather than through the inheritance tree.

git-svn-id: https://svn.dealii.org/trunk@6078 0785d39b-7218-0410-832d-ea1e28bc413d
deal.II/deal.II/include/numerics/data_out.h
deal.II/deal.II/include/numerics/data_out_stack.h
deal.II/deal.II/source/numerics/data_out.cc
deal.II/deal.II/source/numerics/data_out_faces.cc
deal.II/deal.II/source/numerics/data_out_rotation.cc
deal.II/deal.II/source/numerics/data_out_stack.cc

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.