From: bangerth Date: Thu, 9 Aug 2007 20:08:08 +0000 (+0000) Subject: Work around bug http://bugzilla.gnome.org/show_bug.cgi?id=465172 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73cd664f5fe6eb948e235cfbd6bd9fadd2a23822;p=dealii-svn.git Work around bug http://bugzilla.gnome.org/show_bug.cgi?id=465172 git-svn-id: https://svn.dealii.org/trunk@14930 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-13/step-13.cc b/deal.II/examples/step-13/step-13.cc index 9a482fb02f..7a32650851 100644 --- a/deal.II/examples/step-13/step-13.cc +++ b/deal.II/examples/step-13/step-13.cc @@ -77,7 +77,7 @@ using namespace dealii; // From an abstract point of view, we // declare a pure base class // that provides an evaluation - // operator operator() which will + // operator() which will // do the evaluation of the solution // (whatever derived classes might // consider an evaluation). Since