]> https://gitweb.dealii.org/ - dealii-svn.git/commit
Add three conversion operators for iterators of different type. For example, it is...
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 20 Feb 1999 13:40:10 +0000 (13:40 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 20 Feb 1999 13:40:10 +0000 (13:40 +0000)
commit5b07e5d8a64800eb22d2d99b51a95236ab483aa9
tree6c9807d706472daad40f31338abf4ffea85618a4
parent4d8555b5509f0eb6304fbe693ef0eb8b17a355fa
Add three conversion operators for iterators of different type. For example, it is now perfectly legal to write
  Triangulation<dim>::cell_iterator cell = dof_handler.begin();
Previously, this was not possible, since the DoFHandler returned an object of type
  TriaIterator<dim,DoFCellAccessor>
while the left hand side required a
  TriaIterator<dim,TriaCellAccessor>
Since the first accessor is convertible into the second, it is now
possible to convert the first data type into the second.

git-svn-id: https://svn.dealii.org/trunk@856 0785d39b-7218-0410-832d-ea1e28bc413d
deal.II/deal.II/include/grid/tria_iterator.h

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.