diff options
Diffstat (limited to 'utilities')
-rw-r--r-- | utilities/opt_types.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utilities/opt_types.hpp b/utilities/opt_types.hpp index 46846cd..fd76169 100644 --- a/utilities/opt_types.hpp +++ b/utilities/opt_types.hpp @@ -2,7 +2,7 @@ #define OPT_TYPES_HPP #include <core/optimizer.hpp> #include <core/fitter.hpp> -#include <core/default_data_set.hpp> +#include <data_sets/default_data_set.hpp> #include <methods/powell/powell_method.hpp> #include <statistics/chisq.hpp> #include <statistics/leastsq.hpp> |