From 269d449860273e56d6e6d8f9f32ec241f87cf637 Mon Sep 17 00:00:00 2001 From: kanschat Date: Tue, 3 Apr 2012 00:57:20 +0000 Subject: [PATCH] introduce a doxygen comment for LAPACK git-svn-id: https://svn.dealii.org/trunk@25375 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/common/scripts/lapack_templates.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deal.II/common/scripts/lapack_templates.pl b/deal.II/common/scripts/lapack_templates.pl index 7d5dd0342c..cbad825c04 100644 --- a/deal.II/common/scripts/lapack_templates.pl +++ b/deal.II/common/scripts/lapack_templates.pl @@ -105,6 +105,7 @@ while(<>) $args0 = $args; $args0 =~ s/\*[^,]*,/\*,/g; $args0 =~ s/\*[^,]*$/\*/g; + # First, do the general template None of these functions is # implemented, but they allow us to link for instance with # long double lapack support @@ -117,7 +118,8 @@ while(<>) } $typet =~ s/double/number1/g; - $templates .= "\n\n//--------------------------------------------------------------------------------//\ntemplate