aboutsummaryrefslogtreecommitdiffstats
path: root/methods
diff options
context:
space:
mode:
Diffstat (limited to 'methods')
-rw-r--r--methods/gsl_simplex/gsl_simplex.hpp2
-rw-r--r--methods/powell/powell_method.hpp2
2 files changed, 2 insertions, 2 deletions
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