diff options
Remove unnecessary particle import
-rw-r--r-- | channel_3d_volumetric_rendering_gl_interop.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/channel_3d_volumetric_rendering_gl_interop.py b/channel_3d_volumetric_rendering_gl_interop.py index 6fee3fc..b97c29b 100644 --- a/channel_3d_volumetric_rendering_gl_interop.py +++ b/channel_3d_volumetric_rendering_gl_interop.py @@ -6,7 +6,6 @@ from mako.lookup import TemplateLookup from pathlib import Path from simulation import Lattice, Geometry -from utility.particles import Particles from symbolic.generator import LBM import symbolic.D3Q27 as D3Q27 |