From 2fa8cc709546de664568217c26ae3a39bd45b0d2 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Fri, 4 Sep 1998 11:56:12 +0000 Subject: [PATCH] Fehler in #ifndef beseitigt git-svn-id: https://svn.dealii.org/trunk@561 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/smartpointer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/base/include/base/smartpointer.h b/deal.II/base/include/base/smartpointer.h index 5a63bd1cd4..53c9630cdf 100644 --- a/deal.II/base/include/base/smartpointer.h +++ b/deal.II/base/include/base/smartpointer.h @@ -4,7 +4,7 @@ #define __smartpointer_H /*---------------------------- smartpointer.h ---------------------------*/ -#ifndef #ifndef __subscriptor_H +#ifndef __subscriptor_H #include #endif -- 2.39.5