00001 /* ASCEND modelling environment 00002 Copyright (C) 2006 Carnegie Mellon University 00003 Copyright (C) 1995 Kirk Andre Abbott 00004 00005 This program is free software; you can redistribute it and/or modify 00006 it under the terms of the GNU General Public License as published by 00007 the Free Software Foundation; either version 2, or (at your option) 00008 any later version. 00009 00010 This program is distributed in the hope that it will be useful, 00011 but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00013 GNU General Public License for more details. 00014 00015 You should have received a copy of the GNU General Public License 00016 along with this program; if not, write to the Free Software 00017 Foundation, Inc., 59 Temple Place - Suite 330, 00018 Boston, MA 02111-1307, USA. 00019 *//* 00035 by Tom Epperly 00036 8/16/89 00037 Last in CVS: $Revision: 1.6 $ $Date: 1997/07/18 12:29:35 $ $Author: mthomas $ 00038 */ 00039 00040 #ifndef ASC_EXTINST_H 00041 #define ASC_EXTINST_H 00042 00047 extern struct Instance **g_ExtVariablesTable; 00054 extern struct Instance **AddVarToTable(struct Instance *inst, int *added); 00062 extern void FixExternalVars(struct Instance *old, struct Instance *new); 00070 extern void SetSimulationExtVars(struct Instance *i, struct Instance **extvars); 00077 /* @} */ 00078 00079 #endif /* ASC_EXTINST_H */ 00080
1.5.1