[Dune] Bug in Entity<0,...>

Oliver Sander sander at math.fu-berlin.de
Fri Mar 11 16:27:08 CET 2005


Hallo Leute!
Nochmal die Entity!  Da stehen in der Implementierung von 
Entity<0,dim,GridImp> die Zeilen

   //! Know your own dimension
   enum { dimension=dim };
   //! Know dimension of the entity
   enum { mydimension=0 };

Sollte das nicht eher

   //! Know the grid's dimension
   enum { dimension=dim };
   //! Know dimension of the entity
   enum { mydimension=dim };

heißen?

fragt Oliver


************************************************************************
* Oliver Sander                **                                      *
* Freie Universität Berlin     ** email: sander at math.fu-berlin.de      *
* Institut für Mathematik II   ** phone: + 49 (30) 838 75217           *
* Arnimallee 2-6               ** fax  : + 49 (30) 838 54977           *
* 14195 Berlin, Germany        ** URL  : www.math.fu-berlin.de/~sander *
************************************************************************


More information about the Dune mailing list