From: kanschat Date: Tue, 13 May 2014 08:22:23 +0000 (+0000) Subject: add missing inline X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f79e5df0200a7f7576d821bffde182921cbaa53;p=dealii-svn.git add missing inline git-svn-id: https://svn.dealii.org/trunk@32900 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/lac/solver_gmres.h b/deal.II/include/deal.II/lac/solver_gmres.h index 4c76e8c984..1d09bd1618 100644 --- a/deal.II/include/deal.II/lac/solver_gmres.h +++ b/deal.II/include/deal.II/lac/solver_gmres.h @@ -443,6 +443,7 @@ namespace internal } // A comparator for better printing eigenvalues + inline bool complex_less_pred(const std::complex &x, const std::complex &y) {