00001 /* ASCEND modelling environment 00002 Copyright (C) 1997 Benjamin Andrew Allan 00003 Copyright (C) 2006 Carnegie Mellon University 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 *//* 00029 by Ben Allan 00030 Version: $Revision: 1.2 $ 00031 Version control file: $RCSfile: ascCompiler.h,v $ 00032 Date last modified: $Date: 1997/07/18 12:27:56 $ 00033 Last modified by: $Author: mthomas $ 00034 */ 00035 00036 #ifndef ASC_ASCCOMPILER_H 00037 #define ASC_ASCCOMPILER_H 00038 00043 #include <utilities/ascConfig.h> 00044 00045 ASC_DLLSPEC int Asc_CompilerInit(int simplify_relations); 00060 ASC_DLLSPEC void Asc_CompilerDestroy(void); 00067 /* @} */ 00068 00069 #endif /* ASC_ASCCOMPILER_H */
1.5.1