From: Guido Kanschat Date: Tue, 3 Apr 2012 00:57:20 +0000 (+0000) Subject: introduce a doxygen comment for LAPACK X-Git-Tag: v8.0.0~2709 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34e691eba1c97ced6e945130a524fe1ddf69608e;p=dealii.git introduce a doxygen comment for LAPACK git-svn-id: https://svn.dealii.org/trunk@25375 0785d39b-7218-0410-832d-ea1e28bc413d --- 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