From: <par...@us...> - 2011-12-06 20:36:57
|
Revision: 9292 http://octave.svn.sourceforge.net/octave/?rev=9292&view=rev Author: paramaniac Date: 2011-12-06 20:36:51 +0000 (Tue, 06 Dec 2011) Log Message: ----------- control-devel: replace "" by ' Modified Paths: -------------- trunk/octave-forge/extra/control-devel/inst/__conred_sb16ad__.m trunk/octave-forge/extra/control-devel/inst/__iddata_dim__.m trunk/octave-forge/extra/control-devel/inst/__modred_ab09id__.m trunk/octave-forge/extra/control-devel/inst/__modred_check_equil__.m trunk/octave-forge/extra/control-devel/inst/bstmodred.m trunk/octave-forge/extra/control-devel/inst/cfconred.m trunk/octave-forge/extra/control-devel/inst/hnamodred.m Modified: trunk/octave-forge/extra/control-devel/inst/__conred_sb16ad__.m =================================================================== --- trunk/octave-forge/extra/control-devel/inst/__conred_sb16ad__.m 2011-12-06 20:36:04 UTC (rev 9291) +++ trunk/octave-forge/extra/control-devel/inst/__conred_sb16ad__.m 2011-12-06 20:36:51 UTC (rev 9292) @@ -105,7 +105,7 @@ case {"b", "p"} # both, performance weight = 3; otherwise - error ("%sconred: ""%s"" is an invalid value for key weight", method, val); + error ("%sconred: '%s' is an invalid value for key weight", method, val); endswitch case {"order", "ncr", "nr"} @@ -127,7 +127,7 @@ case "bfsr" bf = true; otherwise - error ("modred: ""%s"" is an invalid approach", val); + error ("modred: '%s' is an invalid approach", val); endswitch ## TODO: jobc, jobo @@ -136,7 +136,7 @@ scaled = __modred_check_equil__ (val); otherwise - warning ("%sconred: invalid property name ""%s"" ignored", method, key); + warning ("%sconred: invalid property name '%s' ignored", method, key); endswitch endfor Modified: trunk/octave-forge/extra/control-devel/inst/__iddata_dim__.m =================================================================== --- trunk/octave-forge/extra/control-devel/inst/__iddata_dim__.m 2011-12-06 20:36:04 UTC (rev 9291) +++ trunk/octave-forge/extra/control-devel/inst/__iddata_dim__.m 2011-12-06 20:36:51 UTC (rev 9292) @@ -12,15 +12,15 @@ [lu, m] = size (u); if (ly != lu) - error ("iddata: matrices ""y"" and ""u"" must have the same number of samples (rows)"); + error ("iddata: matrices 'y' and 'u' must have the same number of samples (rows)"); endif if (ly < p) - warning ("iddata: more outputs than samples - matrice ""y"" should probably be transposed"); + warning ("iddata: more outputs than samples - matrice 'y' should probably be transposed"); endif if (lu < m) - warning ("iddata: more inputs than samples - matrice ""u"" should probably be transposed"); + warning ("iddata: more inputs than samples - matrice 'u' should probably be transposed"); endif endfunction \ No newline at end of file Modified: trunk/octave-forge/extra/control-devel/inst/__modred_ab09id__.m =================================================================== --- trunk/octave-forge/extra/control-devel/inst/__modred_ab09id__.m 2011-12-06 20:36:04 UTC (rev 9291) +++ trunk/octave-forge/extra/control-devel/inst/__modred_ab09id__.m 2011-12-06 20:36:51 UTC (rev 9292) @@ -110,7 +110,7 @@ case "bfsr" bf = true; otherwise - error ("modred: ""%s"" is an invalid approach", val); + error ("modred: '%s' is an invalid approach", val); endswitch ## TODO: alphac, alphao, jobc, jobo @@ -119,7 +119,7 @@ scaled = __modred_check_equil__ (val); otherwise - warning ("%smodred: invalid property name ""%s"" ignored", method, key); + warning ("%smodred: invalid property name '%s' ignored", method, key); endswitch endfor Modified: trunk/octave-forge/extra/control-devel/inst/__modred_check_equil__.m =================================================================== --- trunk/octave-forge/extra/control-devel/inst/__modred_check_equil__.m 2011-12-06 20:36:04 UTC (rev 9291) +++ trunk/octave-forge/extra/control-devel/inst/__modred_check_equil__.m 2011-12-06 20:36:51 UTC (rev 9292) @@ -27,7 +27,7 @@ if (isscalar (equil)) scaled = ! logical (equil); else - error ("modred: property ""equil"" must be a logical value"); + error ("modred: property 'equil' must be a logical value"); endif endfunction \ No newline at end of file Modified: trunk/octave-forge/extra/control-devel/inst/bstmodred.m =================================================================== --- trunk/octave-forge/extra/control-devel/inst/bstmodred.m 2011-12-06 20:36:04 UTC (rev 9291) +++ trunk/octave-forge/extra/control-devel/inst/bstmodred.m 2011-12-06 20:36:51 UTC (rev 9292) @@ -295,14 +295,14 @@ case {"bfsr-spa", "p"} # 'P': use the balancing-free square-root Singular Perturbation Approximation method job = 3; otherwise - error ("bstmodred: ""%s"" is an invalid approximation method", val); + error ("bstmodred: '%s' is an invalid approximation method", val); endswitch case {"equil", "equilibrate", "equilibration", "scale", "scaling"} scaled = __modred_check_equil__ (val); otherwise - warning ("bstmodred: invalid property name ""%s"" ignored", key); + warning ("bstmodred: invalid property name '%s' ignored", key); endswitch endfor Modified: trunk/octave-forge/extra/control-devel/inst/cfconred.m =================================================================== --- trunk/octave-forge/extra/control-devel/inst/cfconred.m 2011-12-06 20:36:04 UTC (rev 9291) +++ trunk/octave-forge/extra/control-devel/inst/cfconred.m 2011-12-06 20:36:51 UTC (rev 9292) @@ -146,7 +146,7 @@ case {"b", "p"} # both, performance weight = 3; otherwise - error ("cfconred: ""%s"" is an invalid value for key weight", val); + error ("cfconred: '%s' is an invalid value for key weight", val); endswitch case {"order", "ncr", "nr"} @@ -168,7 +168,7 @@ case "bfsr" bf = true; otherwise - error ("modred: ""%s"" is an invalid approach", val); + error ("modred: '%s' is an invalid approach", val); endswitch ## TODO: jobc, jobo @@ -177,7 +177,7 @@ scaled = __modred_check_equil__ (val); otherwise - warning ("cfconred: invalid property name ""%s"" ignored", key); + warning ("cfconred: invalid property name '%s' ignored", key); endswitch endfor Modified: trunk/octave-forge/extra/control-devel/inst/hnamodred.m =================================================================== --- trunk/octave-forge/extra/control-devel/inst/hnamodred.m 2011-12-06 20:36:04 UTC (rev 9291) +++ trunk/octave-forge/extra/control-devel/inst/hnamodred.m 2011-12-06 20:36:51 UTC (rev 9292) @@ -158,7 +158,7 @@ scaled = __modred_check_equil__ (val); otherwise - warning ("hnamodred: invalid property name ""%s"" ignored", key); + warning ("hnamodred: invalid property name '%s' ignored", key); endswitch endfor This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |