From 312e76f2a11368d99546857e7815c890a2b5bb0b Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 7 Mar 2005 02:51:50 +0000 Subject: [PATCH] Silence a few warnings. git-svn-id: https://svn.dealii.org/trunk@10022 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/contrib/functionparser/fparser.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/contrib/functionparser/fparser.cc b/deal.II/contrib/functionparser/fparser.cc index 44be603d44..4054535532 100644 --- a/deal.II/contrib/functionparser/fparser.cc +++ b/deal.II/contrib/functionparser/fparser.cc @@ -177,7 +177,7 @@ namespace } return 0; } -}; +} //--------------------------------------------------------------------------- @@ -320,7 +320,7 @@ namespace } return true; } -}; +} bool FunctionParser::isValidName(const std::string& name) const { @@ -457,7 +457,7 @@ namespace { while(F[Ind] && isspace(F[Ind])) ++Ind; } -}; +} // Returns an iterator to the variable with the same name as 'F', or to // Variables.end() if no such variable exists: -- 2.39.5