CppAD: A C++ Algorithmic Differentiation Package 20110419
undef.hpp
Go to the documentation of this file.
00001 /* $Id$ */
00002 # ifndef CPPAD_UNDEF_INCLUDED
00003 # define CPPAD_UNDEF_INCLUDED
00004 
00005 /* --------------------------------------------------------------------------
00006 CppAD: C++ Algorithmic Differentiation: Copyright (C) 2003-07 Bradley M. Bell
00007 
00008 CppAD is distributed under multiple licenses. This distribution is under
00009 the terms of the 
00010                     Common Public License Version 1.0.
00011 
00012 A copy of this license is included in the COPYING file of this distribution.
00013 Please visit http://www.coin-or.org/CppAD/ for information on other licenses.
00014 -------------------------------------------------------------------------- */
00015 
00016 // Undo definitions in define.hpp 
00017 
00018 # undef CPPAD_NULL
00019 # undef CPPAD_MAX_NUM_THREADS
00020 # undef CPPAD_FOLD_ASSIGNMENT_OPERATOR
00021 # undef CPPAD_FOLD_AD_VALUED_BINARY_OPERATOR
00022 # undef CPPAD_FOLD_BOOL_VALUED_BINARY_OPERATOR
00023 
00024 
00025 # endif