Index: mttroot/mtt/lib/control/PPP/ppp_optimise.m ================================================================== --- mttroot/mtt/lib/control/PPP/ppp_optimise.m +++ mttroot/mtt/lib/control/PPP/ppp_optimise.m @@ -27,10 +27,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ + ## Revision 1.14 2002/08/20 16:14:35 gawthrop + ## Include Q in documentation + ## ## Revision 1.13 2002/08/20 15:43:45 gawthrop ## Works with ident DIY rep ## ## Revision 1.12 2002/06/11 11:25:25 gawthrop ## No longer delay the simulated data. @@ -73,11 +76,11 @@ ## Copyright (C) 1999,2000,2001,2002 by Peter J. Gawthrop ## Simulation command - sim_command = sprintf("%s_ssim(x_0,par,simpar,u,i_s)", system_name); + sim_command = sprintf("%s_ssim(x_0,par,simpar,u,i_s);", system_name); ## Extract indices i_t = free(:,1); # Parameters i_s = free(:,2)'; # Sensitivities