From: wolf Date: Wed, 17 Nov 1999 18:55:11 +0000 (+0000) Subject: Standardize header format. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d546c29e00238ce3502a5b58a9e4860056231ef1;p=dealii-svn.git Standardize header format. git-svn-id: https://svn.dealii.org/trunk@1885 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/function_lib.h b/deal.II/base/include/base/function_lib.h index 011ccd1051..6e6f2bc64b 100644 --- a/deal.II/base/include/base/function_lib.h +++ b/deal.II/base/include/base/function_lib.h @@ -1,8 +1,10 @@ -// $Id$ -// Copyright Guido Kanschat, University of Minnesota, 1999 +/*---------------------------- function_lib.h ---------------------------*/ +/* $Id$ */ +/* Copyright Guido Kanschat, University of Minnesota, 1999 */ +#ifndef __function_lib_H +#define __function_lib_H +/*---------------------------- function_lib.h ---------------------------*/ -#ifndef __base__function_lib_h -#define __base__function_lib_h #include @@ -60,4 +62,9 @@ class PillowFunction : Function const unsigned int component = 0) const; }; + + +/*---------------------------- function_lib.h ---------------------------*/ +/* end of #ifndef __function_lib_H */ #endif +/*---------------------------- function_lib.h ---------------------------*/