Skip to content
Snippets Groups Projects
Commit 82fa432a authored by Van Herck, Walter's avatar Van Herck, Walter
Browse files

Typo in python example

parent fd66a351
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -22,7 +22,7 @@ def RunSimulation():
mParticle = MaterialManager.getHomogeneousMaterial("Particle", 6e-4, 2e-8)
# collection of particles
cylinder_ff = FormFactorCylinder(radius height)
cylinder_ff = FormFactorCylinder(radius, height)
cylinder = Particle(mParticle, cylinder_ff)
particle_decoration = ParticleDecoration()
particle_decoration.addParticle(cylinder)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment