[CppAD] CppAD web documentation

Brad Bell bradbell at seanet.com
Sat Nov 12 12:54:09 EST 2005


The links to the CppAD documentation; i.e.,
	http://www.coin-or.org/CppAD/Doc/
are working again. 

The problem was in the file
	CppAD/LuFactor.h
the source code line
	CppAD::CondExpGt(etmp, ratio, etmp, ratio);
appears with in the CppAD namespace and hence could be changed to
	CondExpGt(etmp, ratio, etmp, ratio);

This fixed the problem with the build on the COIN-OR system.




More information about the CppAD mailing list