From: Wolfgang Bangerth Date: Fri, 3 Jun 2005 16:08:48 +0000 (+0000) Subject: Don't use round, use rint. X-Git-Tag: v8.0.0~13722 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1f6179b9e7942e6b6dc13fb77e8471f907d7ad9;p=dealii.git Don't use round, use rint. git-svn-id: https://svn.dealii.org/trunk@10834 0785d39b-7218-0410-832d-ea1e28bc413d --- 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)