From 568a7ce9ff56c206f3ecb88f3a59c26a4ecba185 Mon Sep 17 00:00:00 2001 From: astrojhgu Date: Wed, 8 Apr 2009 16:21:28 +0000 Subject: git-svn-id: file:///home/svn/opt_utilities@24 ed2142bd-67ad-457f-ba7c-d818d4011675 --- methods/gsl_simplex/gsl_simplex.hpp | 2 +- methods/powell/powell_method.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'methods') diff --git a/methods/gsl_simplex/gsl_simplex.hpp b/methods/gsl_simplex/gsl_simplex.hpp index 85df28e..9c094b0 100644 --- a/methods/gsl_simplex/gsl_simplex.hpp +++ b/methods/gsl_simplex/gsl_simplex.hpp @@ -194,7 +194,7 @@ namespace opt_utilities } }; -}; +} #endif diff --git a/methods/powell/powell_method.hpp b/methods/powell/powell_method.hpp index bec12b7..d6f7d0b 100644 --- a/methods/powell/powell_method.hpp +++ b/methods/powell/powell_method.hpp @@ -244,7 +244,7 @@ namespace opt_utilities } }; -}; +} #endif -- cgit v1.2.2