1 /*----------------------------------------------------------------------------
2  ADOL-C -- Automatic Differentiation by Overloading in C++
3  File:     zos_an_forward.c
4  Revision: $Id$
5  Contents: zos_forward (zero-order-scalar abs-normal forward 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 #define _ZOS_  1
15 #define _KEEP_ 1
16 #define _ABS_NORM_ 1
17 #include <uni5_for.c>
18 #undef _ABS_NORM_
19 #undef _KEEP_
20 #undef _ZOS_
21 
22