]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
introduce a doxygen comment for LAPACK
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 3 Apr 2012 00:57:20 +0000 (00:57 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 3 Apr 2012 00:57:20 +0000 (00:57 +0000)
git-svn-id: https://svn.dealii.org/trunk@25375 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/common/scripts/lapack_templates.pl

index 7d5dd0342c9131d1b59d89de30d90c7ba388780b..cbad825c04a17bf1a78dfee418271743386c57ab 100644 (file)
@@ -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<typename number1";
+       $templates .= "\n\n/// Template wrapper for LAPACK functions d$name and s$name\n";
+       $templates .= "template<typename number1";
        for (my $i=2;$i<$numbers;++$i)
        {
            $templates .= ", typename number$i";

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.