From: kanschat Date: Tue, 3 Apr 2012 00:57:20 +0000 (+0000) Subject: introduce a doxygen comment for LAPACK X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=269d449860273e56d6e6d8f9f32ec241f87cf637;p=dealii-svn.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