From 7cbf10775124d11c5ebc7e424745ecec5d2818df Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Wed, 24 Apr 2013 11:07:05 +0000 Subject: [PATCH] removed misplaced new line statement --- 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 05162970a..aa8919213 100755 --- a/processing/pre/randomSeeding.py +++ b/processing/pre/randomSeeding.py @@ -75,7 +75,7 @@ seeds[2,:]=(numpy.mod(seedpoint//(options.grid[1]*options.grid[0]),options.grid[ +numpy.random.random())/options.grid[2] print "5\theader" -print "$Id$ \n" +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 "randomSeed\t%i"%(options.randomSeed)