Skip to content

Commit

Permalink
master: valvector/llsq_obj.cpp: correct comment: zero -> one.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradbell committed Jun 25, 2024
1 parent 1beecb3 commit 7741412
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion example/valvector/llsq_obj.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{ /*
Expand Down
2 changes: 1 addition & 1 deletion user_guide.xrst
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 7741412

Please sign in to comment.