diff options
author | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2010-06-04 08:34:16 +0000 |
---|---|---|
committer | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2010-06-04 08:34:16 +0000 |
commit | abcaca09e68e61062b2bf860c6d3328923869234 (patch) | |
tree | b9e7a8e3f5ff4074908da3551c09cc668b503e9c /interface | |
parent | 109473cacf85c7e2a2831d56531399ab4621654e (diff) | |
download | opt-utilities-abcaca09e68e61062b2bf860c6d3328923869234.tar.bz2 |
c
git-svn-id: file:///home/svn/opt_utilities@119 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'interface')
-rw-r--r-- | interface/opt.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface/opt.cc b/interface/opt.cc index 1025d60..3930568 100644 --- a/interface/opt.cc +++ b/interface/opt.cc @@ -1,6 +1,6 @@ #include "opt.h" #include <utilities/opt_types.hpp> -#include <core/num_diff.hpp> +#include <math/num_diff.hpp> #include <models/models.hpp> #include <map> #include <core/freeze_param.hpp> |