aboutsummaryrefslogtreecommitdiff
path: root/include/ceres/ceres.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ceres/ceres.h')
-rw-r--r--include/ceres/ceres.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/ceres/ceres.h b/include/ceres/ceres.h
index 61b8b94..41bd649 100644
--- a/include/ceres/ceres.h
+++ b/include/ceres/ceres.h
@@ -1,5 +1,5 @@
// Ceres Solver - A fast non-linear least squares minimizer
-// Copyright 2010, 2011, 2012 Google Inc. All rights reserved.
+// Copyright 2014 Google Inc. All rights reserved.
// http://code.google.com/p/ceres-solver/
//
// Redistribution and use in source and binary forms, with or without
@@ -34,15 +34,14 @@
#ifndef CERES_PUBLIC_CERES_H_
#define CERES_PUBLIC_CERES_H_
-#define CERES_VERSION 1.7.0
-#define CERES_ABI_VERSION 1.7.0
-
#include "ceres/autodiff_cost_function.h"
#include "ceres/autodiff_local_parameterization.h"
#include "ceres/cost_function.h"
#include "ceres/cost_function_to_functor.h"
#include "ceres/covariance.h"
#include "ceres/crs_matrix.h"
+#include "ceres/dynamic_autodiff_cost_function.h"
+#include "ceres/dynamic_numeric_diff_cost_function.h"
#include "ceres/iteration_callback.h"
#include "ceres/jet.h"
#include "ceres/local_parameterization.h"
@@ -54,5 +53,6 @@
#include "ceres/sized_cost_function.h"
#include "ceres/solver.h"
#include "ceres/types.h"
+#include "ceres/version.h"
#endif // CERES_PUBLIC_CERES_H_