copasi API  0.1
copasi/odepack++/dewset.h
Go to the documentation of this file.
00001 /* Begin CVS Header
00002    $Source: /fs/turing/cvs/copasi_dev/copasi/odepack++/dewset.h,v $
00003    $Revision: 1.3 $
00004    $Name: Build-33 $
00005    $Author: shoops $
00006    $Date: 2006/06/20 13:19:11 $
00007    End CVS Header */
00008 
00009 // Copyright © 2006 by Pedro Mendes, Virginia Tech Intellectual
00010 // Properties, Inc. and EML Research, gGmbH.
00011 // All rights reserved.
00012 //
00013 // This C++ code is based on an f2c conversion of the Fortran
00014 // library ODEPACK available at: http://www.netlib.org/odepack/
00015 
00016 #ifndef ODEPACK_dewset
00017 #define ODEPACK_dewset
00018 
00019 C_INT dewset_(C_INT *n, C_INT *itol, double *rtol,
00020               double *atol, double *ycur, double *ewt);
00021 
00022 #endif // ODEPACK_dewset
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines