From 6254063b4b1154f80fcbaf5b7ac54cc3fe8d6d3d Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Tue, 31 Mar 2020 12:52:46 +0200 Subject: [PATCH] not used --- processing/pre/geom_fromVoronoiTessellation.py | 1 - 1 file changed, 1 deletion(-) diff --git a/processing/pre/geom_fromVoronoiTessellation.py b/processing/pre/geom_fromVoronoiTessellation.py index 31e8caa7b..df40176d8 100755 --- a/processing/pre/geom_fromVoronoiTessellation.py +++ b/processing/pre/geom_fromVoronoiTessellation.py @@ -192,7 +192,6 @@ for name in filenames: grains = table.get(options.microstructure) if options.microstructure in table.labels else np.arange(len(seeds))+1 grainIDs = np.unique(grains).astype('i') - NgrainIDs = len(grainIDs) if options.eulers in table.labels: eulers = table.get(options.eulers)