Index: mttroot/mtt/bin/trans/dae2daes_m ================================================================== --- mttroot/mtt/bin/trans/dae2daes_m +++ mttroot/mtt/bin/trans/dae2daes_m @@ -13,10 +13,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.6 1998/05/14 08:14:28 peterg +## Now reads in data from the simpar file. +## ## Revision 1.5 1998/05/13 16:42:03 peterg ## Fixed various bugs etc. ## # Revision 1.4 1996/08/24 14:27:59 peter # Global parameters. @@ -91,11 +94,11 @@ if ny>0 i=0; Y = []; for tt=T' i=i+1; - y = $1_daeo(x(i,:),tt)'; + y = $1_daeo(x(i,:),tt); Y = [Y; y']; end; write_matrix([T,Y], '$1_daeso'); end;