]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Reinclude face level output. Change this later in a second step.
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 30 Jun 2006 13:03:11 +0000 (13:03 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 30 Jun 2006 13:03:11 +0000 (13:03 +0000)
git-svn-id: https://svn.dealii.org/trunk@13322 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/grid/tria_iterator.h

index 8c315f169389e5993d1b8f35217a7f45d5d09b3c..94a3a531e90dc4ba301a39ac9d62e9b871b527ce 100644 (file)
@@ -1037,10 +1037,7 @@ inline
 void
 TriaRawIterator<dim,Accessor>::print (std::ostream &out) const
 {
-  if (Accessor::objectdim==dim)
-    out << accessor.level() << "." << accessor.index();
-  else
-    out << accessor.index();
+  out << accessor.level() << "." << accessor.index();
 }
 
 

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.