copasi API
0.1
|
00001 /* Begin CVS Header 00002 $Source: /fs/turing/cvs/copasi_dev/copasi/odepack++/dmnorm.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_dmnorm 00017 #define ODEPACK_dmnorm 00018 00019 double dmnorm_(C_INT *, double *, double *); 00020 00021 #endif // ODEPACK_dmnorm