From: wolf Date: Tue, 30 Apr 2002 15:16:13 +0000 (+0000) Subject: Prefix math functions by std:: X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96160ab5891c77cd884f8e0640fd5fd20cc0e6e1;p=dealii-svn.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; - }; + }; };