Codebase list cppad / lintian-fixes/main omh / uniform_01_hpp.omh
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

uniform_01_hpp.omh @lintian-fixes/mainraw · history · blame

/* --------------------------------------------------------------------------
CppAD: C++ Algorithmic Differentiation: Copyright (C) 2003-16 Bradley M. Bell

  CppAD is distributed under the terms of the
               Eclipse Public License Version 2.0.

  This Source Code may also be made available under the following
  Secondary License when the conditions for such availability set forth
  in the Eclipse Public License, Version 2.0 are satisfied:
        GNU General Public License, Version 2.0 or later.
-------------------------------------------------------------------------- */

$begin uniform_01.hpp$$
$spell
    uniform_01
    ifndef
    endif
$$

$section Source: uniform_01$$


$code
# ifndef CPPAD_UNIFORM_01_HPP
$pre
$$
# define CPPAD_UNIFORM_01_HPP

$srcfile%include/cppad/speed/uniform_01.hpp%0%// BEGIN C++%// END C++%$$

# endif
$$

$end