From 5d883c9ad99553bbf8a3e3673db2cdd27927d5f8 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 19 Jun 2020 21:31:08 +0200 Subject: Remove unnecessary particle import --- channel_3d_volumetric_rendering_gl_interop.py | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3