From 3a666b21c60be99e5044206c267bc205a2249e9c Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 28 Oct 2008 22:01:44 +0000 Subject: [PATCH] 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 --- deal.II/common/template-arguments.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.39.5