tchanged display environment - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
(HTM) git clone git://src.adamsgaard.dk/sphere
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit 4377147020405d1fc9d51f308f879030e8006b68
(DIR) parent adebce1f7a7fdfaeaac46a85c7438cd8c84a784d
(HTM) Author: Anders Damsgaard <adc@geo.au.dk>
Date: Thu, 22 Nov 2012 10:46:32 +0100
changed display environment
Diffstat:
M python/sphere.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/python/sphere.py b/python/sphere.py
t@@ -2,7 +2,7 @@
import math
import numpy
import matplotlib as mpl
-#mpl.use('Agg')
+mpl.use('Agg')
import matplotlib.pyplot as plt
from matplotlib.font_manager import FontProperties
import subprocess