![]() |
Prev | Next | whats_new |
CPP_ERROR_WARN
to CXX_FLAG
.
typedef enum { test_none, test_pass, test_fail } test_return;
This enables the driver program to inform the user when there
is no test for a routine
(which is how add2lib.sh
initializes each example / test).
example/*.h
to
example/*.cpp
.
example/RunAdolc
to example/adolc/adolc
,
example/RunCppAD
to example/cppad/cppad
, and
example/RunFadbad
to example/fadbad/fadbad
.
*.h
to
*.hpp
.
f2cad/*.omh
).
fortran/mysub.f
a working example for using add2lib.sh
.
saxpy
was changes to daxpy
.
f2c
on the web changed
and its instructions no longer worked.
An f2c_install.sh
script was written which automates most
of the install process (and works with the new location of f2c on the web).
Upgrade to new versions of
Adolc
, and Fadbad
.
fortran/mysub.f
has been added.
This shows to add multiple fortran functions and subroutines in one file.
The advantage (or disadvantage) of this is that you only have to
test one of the routines in the file.
http://www.seanet.com/~bradbell/f2cad.unix.tar.gz
.
f
for the function value in the example and test
of daxpy
, ddot
, and dscal
.