changeset 9993:1bae6fda1bf5 octave-forge

fixed documentation
author mmarzolla
date Mon, 09 Apr 2012 12:56:37 +0000
parents 3dae0b025ccb
children 7066609db381
files main/queueing/doc/queueingnetworks.txi
diffstat 1 files changed, 4 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/main/queueing/doc/queueingnetworks.txi	Mon Apr 09 12:55:37 2012 +0000
+++ b/main/queueing/doc/queueingnetworks.txi	Mon Apr 09 12:56:37 2012 +0000
@@ -1118,11 +1118,10 @@
 The @code{queueing} package provides a high-level function
 @code{qnsolve} for analyzing QN models. @code{qnsolve} takes as input
 a high-level description of the queueing model, and delegates the
-actual solution of the model to one of the lower-level function
-described in the previous section. @code{qnsolve} supports single or
-multiclass models, but at the moment only product-form networks can be
-analyzed. For non product-form networks @xref{Algorithms for non
-Product-Form QNs}.
+actual solution of the model to one of the lower-level
+function. @code{qnsolve} supports single or multiclass models, but at
+the moment only product-form networks can be analyzed. For non
+product-form networks @xref{Algorithms for non Product-Form QNs}.
 
 @code{qnsolve} accepts two input parameters. The first one is the list
 of nodes, encoded as an Octave @emph{cell array}. The second parameter
@@ -1174,7 +1173,6 @@
 @GETDEMO{qnsolve,1}
 @end example
 
-
 @c
 @c
 @c