/[ascend]/trunk/models/plotbvp.a4s
ViewVC logotype

Contents of /trunk/models/plotbvp.a4s

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1158 - (show annotations) (download)
Tue Jan 16 12:44:13 2007 UTC (17 years, 9 months ago) by johnpye
File size: 1008 byte(s)
More reformatting of model files. Note that plotbvp seems to be broken at present.
1 # This file is part of the ASCEND Modeling Library.
2 #
3 # Copyright (C) 1998 Carnegie Mellon University
4 #
5 # The ASCEND Modeling Library is free software. You can redistribute
6 # it and/or modify it under the terms of the GNU General Public
7 # License as published by the Free Software Foundation---either
8 # version 2 of the License, or (at your option) any later version.
9 #
10 # The ASCEND Modeling Library is distributed in hope that it
11 # will be useful, but WITHOUT ANY WARRANTY--without even the implied
12 # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
13 # See the GNU General Public License for more details.
14 #
15 # You should have received a copy of the GNU General Public License
16 # along with the program. If not, write to the Free Software
17 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139 USA. Check
18 # the file named COPYING.
19
20 # by Ben Allan, May 1998
21
22 DELETE TYPES;
23 READ FILE "plotbvp.a4c";
24
25 COMPILE pbd OF plotbvp;
26 RUN pbd.reset;
27 SOLVE pbd
28 PLOT {pbd.Plot_Y};
29 SHOW LAST;

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22