Show
Ignore:
Timestamp:
09/09/08 08:26:10 (2 months ago)
Author:
msielemann
Message:

Description of linspace

  • Corrected the example
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ModelicaReference/package.mo

    r1151 r1157  
    24582458<h4><font color=\"#008000\">Examples</font></h4> 
    24592459<blockquote><pre> 
    2460 Real v[:] = linspace(1,7,2);  // = {1, 3, 5, 7} 
     2460Real v[:] = linspace(1,7,4);  // = {1, 3, 5, 7} 
    24612461</pre></blockquote> 
    24622462</html>"));