From 31e0469b3468e8de2fff19547b0f44ebf4ebfeed Mon Sep 17 00:00:00 2001 From: Philip Eisenlohr Date: Wed, 10 Jul 2013 09:14:53 +0000 Subject: [PATCH] changed key "grains" to "microstructures" to be consistent with .geom description later. --- processing/pre/randomSeeding.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processing/pre/randomSeeding.py b/processing/pre/randomSeeding.py index ed0eea42d..62fc8e0b6 100755 --- a/processing/pre/randomSeeding.py +++ b/processing/pre/randomSeeding.py @@ -80,7 +80,7 @@ seeds[2,:]=(numpy.mod(seedpoint//(options.grid[1]*options.grid[0]),options.grid[ print "5\theader" print "$Id$" print "grid\ta %i\tb %i\tc %i"%(options.grid[0],options.grid[1],options.grid[2],) -print "grains\t%i"%options.N +print "microstructures\t%i"%options.N print "randomSeed\t%i"%(options.randomSeed) print "x\ty\tz\tphi1\tPhi\tphi2"