changed key "grains" to "microstructures" to be consistent with .geom description later.

This commit is contained in:
Philip Eisenlohr 2013-07-10 09:14:53 +00:00
parent f75604c235
commit 31e0469b34
1 changed files with 1 additions and 1 deletions

View File

@ -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"