| commit | efb47f39c31f0ef1bb9c015c8c0d114153df6379 | [log] [tgz] |
|---|---|---|
| author | Sameer Agarwal <sameeragarwal@google.com> | Thu Feb 14 19:44:11 2013 -0800 |
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Feb 15 17:10:50 2013 +0000 |
| tree | 49dd1dd688595009a9df4dd1fdf07aa3cc1c8a84 | |
| parent | be418a336cae5672111e0f6989e6d8d6c1fa24a6 [diff] [blame] |
Documentation update Change-Id: I0fec43bff4fe0ea6cd2d2a8b34dac2330a517da0
diff --git a/include/ceres/dynamic_autodiff_cost_function.h b/include/ceres/dynamic_autodiff_cost_function.h index 4226177..f2e7c26 100644 --- a/include/ceres/dynamic_autodiff_cost_function.h +++ b/include/ceres/dynamic_autodiff_cost_function.h
@@ -41,7 +41,7 @@ // // struct MyCostFunctor { // template<typename T> -// bool operator()(const* const* T parameters, T* residuals) const { +// bool operator()(T const* const* parameters, T* residuals) const { // // Use parameters[i] to access the i'th parameter block. // } // }