From ff43c208a2dc4908f9fef4e49c4aea650e55c49b Mon Sep 17 00:00:00 2001 From: Oliver Sander <oliver.sander@tu-dresden.de> Date: Wed, 15 Jun 2022 14:04:40 +0200 Subject: [PATCH] Remove consistency check for obsolete macro 'Sideon' --- dune/uggrid/gm/gm.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/dune/uggrid/gm/gm.h b/dune/uggrid/gm/gm.h index d8b5d189c..012b81c0d 100644 --- a/dune/uggrid/gm/gm.h +++ b/dune/uggrid/gm/gm.h @@ -71,18 +71,6 @@ # include <dune/uggrid/parallel/ddd/dddcontext.hh> #endif -/****************************************************************************/ -/* */ -/* consistency of commandline defines */ -/* */ -/****************************************************************************/ - -#ifdef UG_DIM_2 -#ifdef Sideon -#error **** two dimensional case cannot have side data **** -#endif -#endif - /****************************************************************************/ /* */ /* derive additional switches from commandline specified basic switches */ -- GitLab