[CppAD] Warning messages in OdeErrControl.h
Brad Bell
bradbell at seanet.com
Tue Oct 17 08:18:42 EDT 2006
Thanks Mitch.
The bug has been fixed; see the heading 10-16 in the file
http://www.coin-or.org/CppAD/Doc/whatsnew06.xml
The actual changes are listed in the differences for OdeErrControl.h on
the web page
https://projects.coin-or.org/CppAD/changeset/553
Note that the licensing message was changed by mistake and this was fixed in
https://projects.coin-or.org/CppAD/changeset/554
Mitch Watrous wrote:
>
> Hi.
>
> I am testing the taping of ODE models and getting warnings that I
> think are related to the multiple levels of taping going on.
>
> The following lines from OdeErrControl.h
>
> if( tf <= ta + 1.5 * step )
>
>
> caused this warning:
>
> warning: passing 'double' for argument 1 to CppAD::AD<Base>
> CppAD::operator*(int, const CppAD::AD<Base>&) [with Base =
> CppAD::AD<double>]
>
>
> Mitch
> _______________________________________________
> CppAD mailing list
> CppAD at list.coin-or.org
> http://list.coin-or.org/mailman/listinfo/cppad
>
>
More information about the CppAD
mailing list