aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Kummerlaender2020-06-19 21:31:08 +0200
committerAdrian Kummerlaender2020-06-19 21:31:08 +0200
commit5d883c9ad99553bbf8a3e3673db2cdd27927d5f8 (patch)
treeeba37eebee720951d5ae4e24be859d58e057b510
parent621dec0f2b7a982c958cce4d7baa4ccd3994606a (diff)
downloadsymlbm_playground-5d883c9ad99553bbf8a3e3673db2cdd27927d5f8.tar
symlbm_playground-5d883c9ad99553bbf8a3e3673db2cdd27927d5f8.tar.gz
symlbm_playground-5d883c9ad99553bbf8a3e3673db2cdd27927d5f8.tar.bz2
symlbm_playground-5d883c9ad99553bbf8a3e3673db2cdd27927d5f8.tar.lz
symlbm_playground-5d883c9ad99553bbf8a3e3673db2cdd27927d5f8.tar.xz
symlbm_playground-5d883c9ad99553bbf8a3e3673db2cdd27927d5f8.tar.zst
symlbm_playground-5d883c9ad99553bbf8a3e3673db2cdd27927d5f8.zip
Remove unnecessary particle import
-rw-r--r--channel_3d_volumetric_rendering_gl_interop.py1
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