From 61f0bbfc96e016779f69e1ad1674cf6b773e1675 Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 3 Jun 2005 16:08:48 +0000 Subject: [PATCH] Don't use round, use rint. git-svn-id: https://svn.dealii.org/trunk@10834 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/fe/rtn_1.cc | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/tests/fe/rtn_1.cc b/tests/fe/rtn_1.cc index 96dbeae6d9..2e66fb0672 100644 --- a/tests/fe/rtn_1.cc +++ b/tests/fe/rtn_1.cc @@ -27,10 +27,7 @@ #include #include -extern "C" -{ -#include -}; + template void @@ -63,7 +60,7 @@ check_support_points (const FiniteElement& fe) for (unsigned int d=0;d 1.e-12) @@ -116,7 +113,7 @@ check_face_support_points (const FiniteElement& fe) for (unsigned int d=0;d 1.e-12) -- 2.39.5