]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Step-69: add missing include cmath 9640/head
authorPeter Munch <peterrmuench@gmail.com>
Mon, 9 Mar 2020 06:32:09 +0000 (07:32 +0100)
committerPeter Munch <peterrmuench@gmail.com>
Mon, 9 Mar 2020 06:32:09 +0000 (07:32 +0100)
examples/step-69/step-69.cc

index fca2a20386d98d776911df49a804ed1edb84238e..f0d4744c2566c1353c80234e48681c5131c869c8 100644 (file)
@@ -82,6 +82,9 @@
 #include <boost/range/irange.hpp>
 #include <boost/range/iterator_range.hpp>
 
+// For std::isnan and std::isinf.
+#include <cmath>
+
 // @sect3{Class template declarations}
 //
 // We begin our actual implementation by declaring all classes with their

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.