Prev Next include_deprecated

@(@\newcommand{\W}[1]{ \; #1 \; } \newcommand{\R}[1]{ {\rm #1} } \newcommand{\B}[1]{ {\bf #1} } \newcommand{\D}[2]{ \frac{\partial #1}{\partial #2} } \newcommand{\DD}[3]{ \frac{\partial^2 #1}{\partial #2 \partial #3} } \newcommand{\Dpow}[2]{ \frac{\partial^{#1}}{\partial {#2}^{#1}} } \newcommand{\dpow}[2]{ \frac{ {\rm d}^{#1}}{{\rm d}\, {#2}^{#1}} }@)@
Deprecated Include Files

Deprecated 2015-11-30
The utility individual include files have been deprecated; e.g.,
 
     # include <cppad/runge_45.hpp>
You must instead use
 
     # include <cppad/utility.hpp>
or you can include individual utility files; e.g.,
 
     # include <cppad/utility/runge_45.hpp>

Deprecated 2006-12-17
The following is a list of deprecated include file names and the corresponding names that should be used. For example, if your program uses the deprecated preprocessor command
 
     # include <CppAD/CppAD.h>
you must change it to the command
 
     # include <cppad/cppad.hpp>
Deprecated    Should Use    Documentation
CppAD/CheckNumericType.h    cppad/check_numeric_type.hpp    CheckNumericType
CppAD/CheckSimpleVector.h    cppad/check_simple_vector.hpp    CheckSimpleVector
CppAD/CppAD.h    cppad/cppad.hpp    CppAD
CppAD/CppAD_vector.h    cppad/vector.hpp    CppAD_vector
CppAD/ErrorHandler.h    cppad/error_handler.hpp    ErrorHandler
CppAD/LuFactor.h    cppad/lu_factor.hpp    LuFactor
CppAD/LuInvert.h    cppad/lu_invert.hpp    LuInvert
CppAD/LuSolve.h    cppad/lu_solve.hpp    LuSolve
CppAD/NearEqual.h    cppad/near_equal.hpp    NearEqual
CppAD/OdeErrControl.h    cppad/ode_err_control.hpp    OdeErrControl
CppAD/OdeGear.h    cppad/ode_gear.hpp    OdeGear
CppAD/OdeGearControl.h    cppad/ode_gear_control.hpp    OdeGearControl
CppAD/Poly.h    cppad/poly.hpp    Poly
CppAD/PowInt.h    cppad/pow_int.hpp    pow_int
CppAD/RombergMul.h    cppad/romberg_mul.hpp    RombergMul
CppAD/RombergOne.h    cppad/romberg_one.hpp    RombergOne
CppAD/Rosen34.h    cppad/rosen_34.hpp    Rosen34
CppAD/Runge45.h    cppad/runge_45.hpp    Runge45
CppAD/SpeedTest.h    cppad/speed_test.hpp    SpeedTest
CppAD/TrackNewDel.h    cppad/track_new_del.hpp    TrackNewDel

Input File: omh/appendix/deprecated/include_deprecated.omh