From 2c770f5b4be7c2c5d277865500b32b82aab8611a Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 30 Jul 2013 22:15:12 +0000 Subject: [PATCH] Comment adjustment. git-svn-id: https://svn.dealii.org/trunk@30185 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/base/derivative_form.h | 3 --- 1 file changed, 3 deletions(-) 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 { -- 2.39.5