aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Carpet/CarpetLib/src/vect.hh6
1 files changed, 6 insertions, 0 deletions
diff --git a/Carpet/CarpetLib/src/vect.hh b/Carpet/CarpetLib/src/vect.hh
index 2981f4a8f..dfe2ab7f8 100644
--- a/Carpet/CarpetLib/src/vect.hh
+++ b/Carpet/CarpetLib/src/vect.hh
@@ -391,7 +391,13 @@ DECLARE_FUNCTION_1 (abs)
DECLARE_FUNCTION_1 (ceil)
DECLARE_FUNCTION_1 (fabs)
DECLARE_FUNCTION_1 (floor)
+DECLARE_FUNCTION_1 (rint)
+DECLARE_FUNCTION_1 (round)
DECLARE_FUNCTION_1 (sqrt)
+DECLARE_FUNCTION_1 (trunc)
+
+DECLARE_FUNCTION_1_RET (lrint, int)
+
namespace std {
namespace Cactus {
DECLARE_FUNCTION_1_RET (good_fpclassify, int)