changeset 9480:954f2f00d782 octave-forge

Fixed documentation of qnvisits
author mmarzolla
date Wed, 22 Feb 2012 21:56:05 +0000
parents c4bd5fcdafee
children d84d2fea3c90
files main/queueing/doc/queueing.html main/queueing/doc/queueing.pdf main/queueing/inst/qnvisits.m
diffstat 3 files changed, 6 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/main/queueing/doc/queueing.html	Wed Feb 22 20:48:51 2012 +0000
+++ b/main/queueing/doc/queueing.html	Wed Feb 22 21:56:05 2012 +0000
@@ -4396,8 +4396,9 @@
 <var>V</var><code>(r,i)</code> is the class r visit ratio at center
 i.
 
-          <br><dt><var>ch</var><dd>(For closed networks only). <var>ch</var><code>(c,k)</code> is the
-number of the chain that class c at center k belongs to. 
+          <br><dt><var>ch</var><dd>(For closed networks only). <var>ch</var><code>(c)</code> is the chain number
+that class c belongs to. Different classes can belong to the
+same chain. Chains are numbered 1, 2, <small class="dots">...</small>. 
 The total number of chains is <code>max(</code><var>ch</var><code>)</code>.
 
         </dl>
Binary file main/queueing/doc/queueing.pdf has changed
--- a/main/queueing/inst/qnvisits.m	Wed Feb 22 20:48:51 2012 +0000
+++ b/main/queueing/inst/qnvisits.m	Wed Feb 22 21:56:05 2012 +0000
@@ -61,8 +61,9 @@
 ## @math{i}.
 ##
 ## @item ch
-## (For closed networks only). @code{@var{ch}(c,k)} is the
-## number of the chain that class @math{c} at center @math{k} belongs to. 
+## (For closed networks only). @code{@var{ch}(c)} is the chain number
+## that class @math{c} belongs to. Different classes can belong to the
+## same chain. Chains are numbered @math{1, 2, @dots{}}. 
 ## The total number of chains is @code{max(@var{ch})}. 
 ##
 ## @end table