From: bangerth Date: Tue, 28 Oct 2008 22:01:44 +0000 (+0000) Subject: Add newline to end of file. Apparently this confuses sed on AIX... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a666b21c60be99e5044206c267bc205a2249e9c;p=dealii-svn.git Add newline to end of file. Apparently this confuses sed on AIX... git-svn-id: https://svn.dealii.org/trunk@17381 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/template-arguments.in b/deal.II/common/template-arguments.in index 9548b9015d..d434149ac7 100644 --- a/deal.II/common/template-arguments.in +++ b/deal.II/common/template-arguments.in @@ -29,4 +29,4 @@ DOFHANDLERS := { DoFHandler; TRIANGULATION_AND_DOFHANDLERS := { Triangulation; DoFHandler; hp::DoFHandler; - MGDoFHandler } \ No newline at end of file + MGDoFHandler }