]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Use new scheme for #include paths.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 4 Mar 2012 14:49:54 +0000 (14:49 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 4 Mar 2012 14:49:54 +0000 (14:49 +0000)
git-svn-id: https://svn.dealii.org/trunk@25206 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/common/scripts/lapack_templates.pl

index 886e9f9ee552137882adbbf1bbd47dc27a8760a5..7d5dd0342c9131d1b59d89de30d90c7ba388780b 100644 (file)
@@ -2,7 +2,7 @@
 #    $Id$
 #    Version: $Name$
 #
-#    Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 by the deal authors
+#    Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2012 by the deal authors
 #
 #    This file is subject to QPL and may not be  distributed
 #    without copyright and license information. Please refer
@@ -54,8 +54,8 @@ print << 'EOT'
 #ifndef __LAPACK_TEMPLATES_H
 #define __LAPACK_TEMPLATES_H
 
-#include <base/config.h>
-#include <lac/lapack_support.h>
+#include <deal.II/base/config.h>
+#include <deal.II/lac/lapack_support.h>
 
 extern "C"
 {
@@ -89,7 +89,7 @@ while(<>)
        $single =~ s/d$name/s$name/;
        $single =~ s/double/float/g;
        print $double,$single;
-       
+
        $double =~ m/\(([^\)]*)/;
        my $args = $1;
        # The arglist for the C++ function
@@ -116,7 +116,7 @@ while(<>)
            $numbers++;
        }
        $typet =~ s/double/number1/g;
-       
+
        $templates .= "\n\n//--------------------------------------------------------------------------------//\ntemplate<typename number1";
        for (my $i=2;$i<$numbers;++$i)
        {
@@ -132,7 +132,7 @@ while(<>)
        $templates .= "\ninline $type\n$name ($args)\n{\n  d$name\_ ($args2);\n}\n";
        $templates .= "#else\ninline $type\n$name ($args0)\n";
        $templates .= "{\n  Assert (false, LAPACKSupport::ExcMissing(\"d$name\"));\n}\n#endif\n";
-       
+
        $args =~ s/double/float/g;
        $args0 =~ s/double/float/g;
        $type =~ s/double/float/g;

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.