Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rémi Cailletaud
yade
Commits
ed8dcbd5
Commit
ed8dcbd5
authored
May 31, 2016
by
Anton Gladky
Browse files
Minor fix in documentation.
parent
ddb5ccb5
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/sphinx/introduction.rst
View file @
ed8dcbd5
...
...
@@ -160,6 +160,8 @@ Normal simulations, however, are run continuously. Starting/stopping the loop is
In [1]: O.run(100000,True)
In [1]: O.stopAtIter=500000
In [1]: O.run()
In [1]: O.wait()
...
...
doc/sphinx/tutorial-hands-on.rst
View file @
ed8dcbd5
...
...
@@ -334,7 +334,7 @@ A particle object is not yet part of the simulation; in order to do so, a specia
.. ipython::
Yade [1]: O.bodies.append(s) # adds particle s to the simulation; returns id of the particle(s) added
Yade [1]:
idS =
O.bodies.append(s) # adds particle s to the simulation; returns id of the particle(s) added
Packs
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment