From: wolf Date: Mon, 22 Nov 1999 17:42:47 +0000 (+0000) Subject: Beautification. Fell out while doing other things. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f4a1767a83145474b4e86bafb12f5f98c37fe2d;p=dealii-svn.git Beautification. Fell out while doing other things. git-svn-id: https://svn.dealii.org/trunk@1930 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 6e6f2bc64b..b2762dd54f 100644 --- a/deal.II/base/include/base/function_lib.h +++ b/deal.II/base/include/base/function_lib.h @@ -1,5 +1,5 @@ /*---------------------------- function_lib.h ---------------------------*/ -/* $Id$ */ +/* $Id$ */ /* Copyright Guido Kanschat, University of Minnesota, 1999 */ #ifndef __function_lib_H #define __function_lib_H @@ -16,6 +16,7 @@ * product of $x_i^2-1$. * * Together with the function, its derivatives and Laplacian are defined. + * * @author: Guido Kanschat, 1999 */ template @@ -58,8 +59,8 @@ class PillowFunction : Function * Laplacian at multiple points. */ void laplacian_list(const vector > &points, - vector &values, - const unsigned int component = 0) const; + vector &values, + const unsigned int component = 0) const; };