aboutsummaryrefslogtreecommitdiff
path: root/plot.py
diff options
context:
space:
mode:
Diffstat (limited to 'plot.py')
-rw-r--r--plot.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/plot.py b/plot.py
index 422db21..07fb8b1 100644
--- a/plot.py
+++ b/plot.py
@@ -19,6 +19,7 @@ velocity[0,0] = 10.75*char_u
velocity[0,1] = -.25*char_u
config = HardSphereSetup(radius, char_u, position, velocity)
gas = HardSphereSimulation(config)
+gas.setup()
m_nitrogen = 0.028 / const.N_A