From 794240972269be51515967d491f7ce8eb3a26cdc Mon Sep 17 00:00:00 2001 From: "hadaq@countinghouse" Date: Thu, 28 Aug 2014 17:32:15 +0200 Subject: [PATCH] status, mt --- shower/generate.pl | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/shower/generate.pl b/shower/generate.pl index 6113005..fb769f6 100755 --- a/shower/generate.pl +++ b/shower/generate.pl @@ -1,11 +1,20 @@ open FILE, ">correctionsNew.txt" or die "cannot open file"; for (my $i = 0; $i < 32; $i++) { -# print FILE "3 0 20 ".$i." +30\n"; -# print FILE "3 0 22 ".$i." +30\n"; -# print FILE "3 0 23 ".$i." +15\n"; +# print FILE "0 0 1 ".$i." +2\n"; +# print FILE "0 0 3 ".$i." -2\n"; - print FILE "3 1 7 ".$i." 195\n"; +# print FILE "0 0 5 ".$i." -1\n"; +# print FILE "0 0 7 ".$i." -1\n"; + +# print FILE "0 1 8 ".$i." -1\n"; +# print FILE "0 1 9 ".$i." -1\n"; + + print FILE "2 2 12 ".$i." +2\n"; +# print FILE "2 2 13 ".$i." +2\n"; + +# print FILE "3 0 12 ".$i." -1\n"; + } -- 2.43.0