diff options
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 |