]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a warning about a missing return statement. 5170/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Thu, 28 Sep 2017 17:00:35 +0000 (11:00 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Thu, 28 Sep 2017 17:00:35 +0000 (11:00 -0600)
include/deal.II/lac/lapack_support.h

index aa9dd7c3c16aabcfdc9f52d78c39f362a464f9ba..7353252e802627c6b8a50fdba6f0a3822dd19625 100644 (file)
@@ -121,6 +121,9 @@ namespace LAPACKSupport
       case hessenberg:
         return "Hessenberg";
       }
+
+    Assert (false, ExcNotImplemented());
+    return "invalid";
   }
 
   /**

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.