aboutsummaryrefslogtreecommitdiffstats
path: root/tools/make_dummy_placement.sh
diff options
context:
space:
mode:
authorKristian Lyngstol <kristian@bohemians.org>2015-04-02 19:24:45 +0200
committerKristian Lyngstol <kristian@bohemians.org>2015-04-02 19:24:45 +0200
commit0d8bba263dc195147d6fdb09662e7926f0a58b3e (patch)
tree4c570b4376c323e585120e7695b8715be7aa8881 /tools/make_dummy_placement.sh
parente4354b47bd8891c5b1ee591fdf74b3ca67eee461 (diff)
Bump lots of changes
Diffstat (limited to 'tools/make_dummy_placement.sh')
-rwxr-xr-xtools/make_dummy_placement.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/make_dummy_placement.sh b/tools/make_dummy_placement.sh
index 7f93be9..8a2a831 100755
--- a/tools/make_dummy_placement.sh
+++ b/tools/make_dummy_placement.sh
@@ -3,7 +3,7 @@
for a in $* ; do
X=$(( $RANDOM % 500 ))
Y=$(( $RANDOM % 500 ))
-X1=$(( $X + 150 ))
-Y1=$(( $Y + 20 ))
+X1=$(( $X + 20 ))
+Y1=$(( $Y + 130 ))
echo "insert into placements select switch, box '(($X,$Y),($X1,$Y1))' from switches where sysname = '$a';"
done