From 774141221c51d7d212defb9727d0dc8faf5d6858 Mon Sep 17 00:00:00 2001 From: Brad Bell Date: Tue, 25 Jun 2024 06:39:10 -0700 Subject: [PATCH] master: valvector/llsq_obj.cpp: correct comment: zero -> one. --- CMakeLists.txt | 2 +- example/valvector/llsq_obj.cpp | 2 +- user_guide.xrst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8774f0a4b..1e6037278 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ IF( POLICY CMP0054 ) ENDIF( POLICY CMP0054 ) # # cppad_version is used by version.sh to get the version number. -SET(cppad_version "20240602") +SET(cppad_version "20240625") SET(cppad_url "https://coin-or.github.io/CppAD" ) SET(cppad_description "Differentiation of C++ Algorithms" ) IF( NOT DEFINED CMAKE_BUILD_TYPE) diff --git a/example/valvector/llsq_obj.cpp b/example/valvector/llsq_obj.cpp index 4f4780ea7..f2ff9d51e 100644 --- a/example/valvector/llsq_obj.cpp +++ b/example/valvector/llsq_obj.cpp @@ -144,7 +144,7 @@ bool llsq_obj(void) } // // ok - // reverse mode does not know that x[j] had size zero and represents + // reverse mode does not know that x[j] had size one and represents // a valvector of size n_data and with x[j][k] constant w.r.t k. for(size_t j = 0; j < nx; ++j) { /* diff --git a/user_guide.xrst b/user_guide.xrst index 21e23601a..d8b5d0f54 100644 --- a/user_guide.xrst +++ b/user_guide.xrst @@ -13,7 +13,7 @@ {xrst_comment BEGIN: Before changing see new_release.sh and check_version.sh} -cppad-20240602: CppAD User's Manual +cppad-20240625: CppAD User's Manual ################################### .. image:: {xrst_dir coin.png}