]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add an include guard to tests/base/functions.h. 1827/head
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 2 Nov 2015 23:17:21 +0000 (17:17 -0600)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 2 Nov 2015 23:17:21 +0000 (17:17 -0600)
Not important, but found while playing with collating testcases into
one.

tests/base/functions.h

index db407ee75cd496c6915ffbccf0b471c950c5a790..580d632d38d1c3b508b4d74b7ee10de9c38ca272 100644 (file)
@@ -15,6 +15,8 @@
 
 // Generic routines to check consistency of function classes
 
+#ifndef __TESTS_FUNCTIONS_H
+#define __TESTS_FUNCTIONS_H
 
 // Check, whether the various implementations of function values are
 // consistent. Arguments include the function, the amount of
@@ -230,3 +232,4 @@ check_gradient(
   deallog << std::endl;
 }
 
+#endif

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.