diff --git a/Cantera/matlab/setup_winmatlab.py b/Cantera/matlab/setup_winmatlab.py index 5026808ec..5735e95e0 100644 --- a/Cantera/matlab/setup_winmatlab.py +++ b/Cantera/matlab/setup_winmatlab.py @@ -1,9 +1,9 @@ import sys -bindir = '/usr/local/bin' -libdir = '/Users/dgg/dv/sf/cantera/build/lib/powerpc-apple-darwin7.4.0' -incdir = '/Users/dgg/dv/sf/cantera/build/include' +bindir = '/home/goodwin/ct154/bin' +libdir = '/home/goodwin/dv/sf/cantera/build/lib/i686-pc-linux-gnu' +incdir = '/home/goodwin/dv/sf/cantera/build/include' dflibdir = '' libs = ['clib', 'oneD', 'zeroD', 'transport', 'cantera', 'recipes', diff --git a/Cantera/python/Cantera/Reactor.py b/Cantera/python/Cantera/Reactor.py index ae660979c..9c27e8cc1 100644 --- a/Cantera/python/Cantera/Reactor.py +++ b/Cantera/python/Cantera/Reactor.py @@ -605,7 +605,7 @@ class Valve(FlowDevice): FlowDevice.__init__(self,3,name,verbose) if upstream and downstream: self.install(upstream, downstream) - self.setValveCoeff(Kv, mdot0) + self.setValveCoeff(Kv) def setValveCoeff(self, Kv = -1.0): diff --git a/Cantera/python/ctml_writer.py b/Cantera/python/ctml_writer.py index 3d1aab023..05eb357dc 100644 --- a/Cantera/python/ctml_writer.py +++ b/Cantera/python/ctml_writer.py @@ -23,9 +23,21 @@ class CTI_Error: -indent = ['',' ',' ',' ',' ',' ', - ' ',' ',' ', - ' ',' '] +indent = ['', + ' ', + ' ', + ' ', + ' ', + ' ', + ' ', + ' ', + ' ', + ' ', + ' ', + ' ', + ' ', + ' ', + ' '] #----------------------------------------------------- @@ -1495,7 +1507,10 @@ validate() # $Revision$ # $Date$ # $Log$ -# Revision 1.1 2004-06-02 04:39:09 dggoodwin +# Revision 1.2 2004-06-04 06:05:31 dggoodwin +# *** empty log message *** +# +# Revision 1.1 2004/06/02 04:39:09 dggoodwin # moved ctml_writer.py out of Cantera package # # Revision 1.34 2004/05/30 04:02:55 dggoodwin