From 776436ada5a014b2f2f19571dba3e136515234a9 Mon Sep 17 00:00:00 2001 From: hartmann Date: Tue, 24 Feb 2004 07:42:36 +0000 Subject: [PATCH] Add some missing std. git-svn-id: https://svn.dealii.org/trunk@8514 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/deal.II/support_point_map.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/deal.II/support_point_map.cc b/tests/deal.II/support_point_map.cc index eed302e04d..de2c3905c0 100644 --- a/tests/deal.II/support_point_map.cc +++ b/tests/deal.II/support_point_map.cc @@ -86,7 +86,7 @@ check () GridGenerator::hyper_ball(tr, Point(), 1); } else - GridGenerator::hyper_cube(tr, -1./sqrt(dim),1./sqrt(dim)); + GridGenerator::hyper_cube(tr, -1./std::sqrt(static_cast(dim)),1./std::sqrt(static_cast(dim))); if (dim != 1) { static const HyperBallBoundary boundary; -- 2.39.5