summaryrefslogtreecommitdiff
path: root/src/util/sampler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/sampler.h')
-rw-r--r--src/util/sampler.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/sampler.h b/src/util/sampler.h
index 0c727d8d4..aa473ba0c 100644
--- a/src/util/sampler.h
+++ b/src/util/sampler.h
@@ -17,8 +17,8 @@
#include "cvc4_private.h"
-#ifndef __CVC4__UTIL_FLOATINGPOINT_SAMPLER_H
-#define __CVC4__UTIL_FLOATINGPOINT_SAMPLER_H
+#ifndef CVC4__UTIL_FLOATINGPOINT_SAMPLER_H
+#define CVC4__UTIL_FLOATINGPOINT_SAMPLER_H
#include "util/floatingpoint.h"
#include "util/random.h"
@@ -55,4 +55,4 @@ class Sampler
} // namespace CVC4
-#endif /* __CVC4__UTIL_FLOATINGPOINT_SAMPLER_H */
+#endif /* CVC4__UTIL_FLOATINGPOINT_SAMPLER_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback