1 /*----------------------------------------------------------------------------
2  ADOL-C -- Automatic Differentiation by Overloading in C++
3  File:     zos_forward.c
4  Revision: $Id: zos_forward.c 42 2009-07-15 18:37:17Z awalther $
5  Contents: zos_forward (zero-order-scalar forward mode)
6 
7  Copyright (c) Andrea Walther, Andreas Griewank, Andreas Kowarz,
8                Hristo Mitev, Sebastian Schlenkrich, Jean Utke, Olaf Vogel
9 
10  This file is part of ADOL-C. This software is provided as open source.
11  Any use, reproduction, or distribution of the software constitutes
12  recipient's acceptance of the terms of the accompanying license file.
13 
14 ----------------------------------------------------------------------------*/
15 #define _ZOS_  1
16 #define _KEEP_ 1
17 #include <uni5_for.c>
18 #undef _KEEP_
19 #undef _ZOS_
20 
21