From: Wolfgang Bangerth Date: Tue, 30 Apr 2002 15:16:13 +0000 (+0000) Subject: Prefix math functions by std:: X-Git-Tag: v8.0.0~18084 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fd6b5590cff0243db04d82c214f013bbf848d48;p=dealii.git Prefix math functions by std:: git-svn-id: https://svn.dealii.org/trunk@5771 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-14/step-14.cc b/deal.II/examples/step-14/step-14.cc index 754b18ae9a..0ffe1c8c37 100644 --- a/deal.II/examples/step-14/step-14.cc +++ b/deal.II/examples/step-14/step-14.cc @@ -1451,8 +1451,8 @@ namespace Data { double q = p(0); for (unsigned int i=1; i::dof_handler.end()) break; - }; + }; };