]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fix no-return warning in step-67 10123/head
authorTimo Heister <timo.heister@gmail.com>
Sun, 10 May 2020 15:41:30 +0000 (11:41 -0400)
committerTimo Heister <timo.heister@gmail.com>
Sun, 10 May 2020 17:42:06 +0000 (13:42 -0400)
examples/step-67/step-67.cc

index 5bbd7e68fd328f3a9799bb9ed19b3b2d0623b27d..86f9862a7b7dd9c986b124931396434f3d3d7d16 100644 (file)
@@ -209,6 +209,7 @@ namespace Euler_DG
 
         default:
           Assert(false, ExcNotImplemented());
+          return 0.;
       }
   }
 

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.