From 1f4a944064bc42284c33e6b755353d191cf288e8 Mon Sep 17 00:00:00 2001 From: astrojhgu Date: Mon, 15 Dec 2008 07:26:12 +0000 Subject: git-svn-id: file:///home/svn/opt_utilities@1 ed2142bd-67ad-457f-ba7c-d818d4011675 --- utilities/opt_types.hpp | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 utilities/opt_types.hpp (limited to 'utilities/opt_types.hpp') diff --git a/utilities/opt_types.hpp b/utilities/opt_types.hpp new file mode 100644 index 0000000..ebe56c7 --- /dev/null +++ b/utilities/opt_types.hpp @@ -0,0 +1,29 @@ +#ifndef OPT_TYPES_HPP +#define OPT_TYPES_HPP +#include +#include +#include +#include +#include + +namespace opt_utilities +{ + template + class opt_types + { + public: + typedef fitter fitter; + typedef chisq chisq; + typedef powell_method powell_method; + typedef model model; + typedef default_data_set data_set; + }; + + typedef opt_types,double,std::string> dopt; +} + + + + +#endif +//EOF -- cgit v1.2.2