aboutsummaryrefslogtreecommitdiff
path: root/channel_2d_streamlines_gl_interop.py
diff options
context:
space:
mode:
authorAdrian Kummerlaender2020-06-20 15:23:23 +0200
committerAdrian Kummerlaender2020-06-20 15:23:23 +0200
commit4c8fdec9be6d42d8d94b43bdcf1b0d7ada030a46 (patch)
tree9770a1fa728ebe91448e4a3067ed21b2cfdb7481 /channel_2d_streamlines_gl_interop.py
parentab616f6f6762a895eb5d49b0048d68ff3ca01650 (diff)
downloadsymlbm_playground-4c8fdec9be6d42d8d94b43bdcf1b0d7ada030a46.tar
symlbm_playground-4c8fdec9be6d42d8d94b43bdcf1b0d7ada030a46.tar.gz
symlbm_playground-4c8fdec9be6d42d8d94b43bdcf1b0d7ada030a46.tar.bz2
symlbm_playground-4c8fdec9be6d42d8d94b43bdcf1b0d7ada030a46.tar.lz
symlbm_playground-4c8fdec9be6d42d8d94b43bdcf1b0d7ada030a46.tar.xz
symlbm_playground-4c8fdec9be6d42d8d94b43bdcf1b0d7ada030a46.tar.zst
symlbm_playground-4c8fdec9be6d42d8d94b43bdcf1b0d7ada030a46.zip
Deprecate MomentsVertexBuffer
Not necessary and failed on some systems for some unknown reason.
Diffstat (limited to 'channel_2d_streamlines_gl_interop.py')
-rw-r--r--channel_2d_streamlines_gl_interop.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/channel_2d_streamlines_gl_interop.py b/channel_2d_streamlines_gl_interop.py
index 7c370a2..544d40a 100644
--- a/channel_2d_streamlines_gl_interop.py
+++ b/channel_2d_streamlines_gl_interop.py
@@ -2,7 +2,6 @@ import numpy
from string import Template
from simulation import Lattice, Geometry
-from utility.opengl import MomentsVertexBuffer
from utility.streamline import Streamlines
from symbolic.generator import LBM