diff options
author | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2009-04-08 16:21:28 +0000 |
---|---|---|
committer | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2009-04-08 16:21:28 +0000 |
commit | 568a7ce9ff56c206f3ecb88f3a59c26a4ecba185 (patch) | |
tree | 2cb89e32574db3e28ef29864012acbbc007d1474 /core | |
parent | 61ee2ce37185c2b5b8b6d70064d80a0acabdfba5 (diff) | |
download | opt-utilities-568a7ce9ff56c206f3ecb88f3a59c26a4ecba185.tar.bz2 |
git-svn-id: file:///home/svn/opt_utilities@24 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'core')
-rw-r--r-- | core/fitter.hpp | 2 | ||||
-rw-r--r-- | core/freeze_param.hpp | 2 | ||||
-rw-r--r-- | core/opt_exception.hpp | 2 | ||||
-rw-r--r-- | core/opt_traits.hpp | 2 | ||||
-rw-r--r-- | core/optimizer.hpp | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/core/fitter.hpp b/core/fitter.hpp index 38f05a3..34f9203 100644 --- a/core/fitter.hpp +++ b/core/fitter.hpp @@ -1038,7 +1038,7 @@ namespace opt_utilities -};
+}
#endif
diff --git a/core/freeze_param.hpp b/core/freeze_param.hpp index 4424c58..31541c1 100644 --- a/core/freeze_param.hpp +++ b/core/freeze_param.hpp @@ -197,7 +197,7 @@ namespace opt_utilities return freeze_param<Ty,Tx,Tp,Tstr>(name); } -}; +} #endif diff --git a/core/opt_exception.hpp b/core/opt_exception.hpp index 925e4b5..65e4470 100644 --- a/core/opt_exception.hpp +++ b/core/opt_exception.hpp @@ -99,7 +99,7 @@ namespace opt_utilities {} }; -}; +} #endif diff --git a/core/opt_traits.hpp b/core/opt_traits.hpp index 94b77a8..b8426e0 100644 --- a/core/opt_traits.hpp +++ b/core/opt_traits.hpp @@ -59,7 +59,7 @@ namespace opt_utilities { return (lhs=rhs); } -}; +} diff --git a/core/optimizer.hpp b/core/optimizer.hpp index ca73775..e953b2d 100644 --- a/core/optimizer.hpp +++ b/core/optimizer.hpp @@ -281,7 +281,7 @@ namespace opt_utilities } }; -}; +} #endif //EOF |