From: bangerth Date: Tue, 30 Jul 2013 22:15:12 +0000 (+0000) Subject: Comment adjustment. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c770f5b4be7c2c5d277865500b32b82aab8611a;p=dealii-svn.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 {