]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix warning about missing return statement in ICC. 6324/head
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Wed, 25 Apr 2018 08:57:36 +0000 (10:57 +0200)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Wed, 25 Apr 2018 08:57:36 +0000 (10:57 +0200)
include/deal.II/matrix_free/mapping_info.templates.h

index 796e2e9c870ec501e53e2bc4b6e491507080d24f..ba183d1d338ba384a07d2e10236444bb560c6a5b 100644 (file)
@@ -1133,6 +1133,8 @@ namespace internal
           return 0;
         else
           Assert(false, ExcNotImplemented("Not possible in dim=" + std::to_string(dim)));
+
+        return numbers::invalid_unsigned_int;
       }
 
 

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.