From c01e370573918260b72f3310194b357b6f6e259f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Kl=C3=B6fkorn?= <robertk@mathematik.uni-stuttgart.de> Date: Mon, 9 Jan 2006 19:02:02 +0000 Subject: [PATCH] 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 --- src/serial/gitter_hexa_top.h | 1 + src/serial/gitter_sti.h | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/serial/gitter_hexa_top.h b/src/serial/gitter_hexa_top.h index 075b7423f..6ff953d6a 100644 --- a/src/serial/gitter_hexa_top.h +++ b/src/serial/gitter_hexa_top.h @@ -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) ; diff --git a/src/serial/gitter_sti.h b/src/serial/gitter_sti.h index d7e542de6..959d015cf 100644 --- a/src/serial/gitter_sti.h +++ b/src/serial/gitter_sti.h @@ -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: -- GitLab