Skip to content
Snippets Groups Projects
Commit c01e3705 authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

method nChild on Vertices is returning 0 ;

git-svn-id: https://dune.mathematik.uni-freiburg.de/svn/alugrid/trunk@445 0d966ed9-3843-0410-af09-ebfb50bd7c74
parent 3d90a67a
No related branches found
No related tags found
No related merge requests found
......@@ -103,6 +103,7 @@ template < class A > class Hface4Top : public A {
innerface_t * next () ;
const innerface_t * next () const ;
void append (innerface_t * f) ;
public :
virtual myrule_t getrule () const ;
virtual bool refine (myrule_t,int) ;
......
......@@ -734,6 +734,8 @@ public :
inline void backup (ostream & os ) const;
inline void restore (istream & is ) ;
int nChild () const { return 0 ; }
// Extramethode zum Rausschreiben der Elementdaten in einfachem
// Format f"ur die Visualisierung mit GRAPE:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment