From: Wolfgang Bangerth Date: Mon, 7 Mar 2005 02:51:50 +0000 (+0000) Subject: Silence a few warnings. X-Git-Tag: v8.0.0~14506 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=312e76f2a11368d99546857e7815c890a2b5bb0b;p=dealii.git Silence a few warnings. git-svn-id: https://svn.dealii.org/trunk@10022 0785d39b-7218-0410-832d-ea1e28bc413d --- 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: