Skip to content

Commit

Permalink
Add info default arguments for simulate function
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiri Choi committed Feb 17, 2017
1 parent cdd3427 commit eb77786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrappers/Python/doc/mod_roadrunner/cls_RoadRunner.rst
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ All simulation related tasks can be accomplished with the single ``simulate`` me

1: With no arguments. In this case, the current set of options from the previous
``simulate`` call will be used. If this is the first time ``simulate`` is called,
then a default set of values is used.
then a default set of values is used. The default set of values are (start = 0, end = 5, points = 51).

2: With up to four positions arguments, described above.

Expand Down

0 comments on commit eb77786

Please sign in to comment.