From 4c8fdec9be6d42d8d94b43bdcf1b0d7ada030a46 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 20 Jun 2020 15:23:23 +0200 Subject: Deprecate MomentsVertexBuffer Not necessary and failed on some systems for some unknown reason. --- channel_2d_streamlines_gl_interop.py | 1 - 1 file changed, 1 deletion(-) (limited to 'channel_2d_streamlines_gl_interop.py') 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 -- cgit v1.2.3