1 /*----------------------------------------------------------------------------
2  ADOL-C -- Automatic Differentiation by Overloading in C++
3  File:     fos_reverse.c
4  Revision: $Id$
5  Contents: fos_reverse (first-order-scalar reverse mode)
6 
7  Copyright (c) Kshitij Kulshreshtha
8 
9  This file is part of ADOL-C. This software is provided as open source.
10  Any use, reproduction, or distribution of the software constitutes
11  recipient's acceptance of the terms of the accompanying license file.
12 
13 ----------------------------------------------------------------------------*/
14 
15 #define _FOS_ 1
16 #define _ABS_NORM_SIG_ 1
17 #include <fo_rev.c>
18 #undef _ABS_NORM_SIG_
19 #undef _FOS_
20