From: Wolfgang Bangerth Date: Tue, 30 Jul 2013 22:15:12 +0000 (+0000) Subject: Comment adjustment. X-Git-Tag: v8.1.0~1179 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6c449ce1a007a7d8890a7fa4c051d8fd6002909;p=dealii.git Comment adjustment. git-svn-id: https://svn.dealii.org/trunk@30185 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/base/derivative_form.h b/deal.II/include/deal.II/base/derivative_form.h index 313c343759..87ef8c844d 100644 --- a/deal.II/include/deal.II/base/derivative_form.h +++ b/deal.II/include/deal.II/base/derivative_form.h @@ -35,11 +35,8 @@ DEAL_II_NAMESPACE_OPEN In deal.II we represent these derivaties using objects of type DerivativeForm<1,dim,spacedim>, DerivativeForm<2,dim,spacedim> and so on. - @author Sebastian Pauletti, 2011 - */ - template class DerivativeForm {