]> https://gitweb.dealii.org/ - dealii-svn.git/commit
Since DataOutBase is a private base class of DataOutInterface, which itself is a...
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 12 Jun 2002 13:11:10 +0000 (13:11 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 12 Jun 2002 13:11:10 +0000 (13:11 +0000)
commit50f1951c7b091842587de87082adb242a7a697ba
tree7466f53ef93c446e6075f4da453a3fa76fc805b5
parent77139a08166f068c623cad97203330ed0831b679
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.