[CppAD] Warning messages in OdeErrControl.h
Mitch Watrous
watrous at u.washington.edu
Mon Oct 16 11:11:00 EDT 2006
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
More information about the CppAD
mailing list