SomeNet
/
public repos
/
pub
/
jan
/
parprog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
412f907
)
removed 2 spaces
author
David Kaufmann
<astra@fsinf.at>
Fri, 4 Nov 2011 22:53:39 +0000
(23:53 +0100)
committer
David Kaufmann
<astra@fsinf.at>
Fri, 4 Nov 2011 22:53:39 +0000
(23:53 +0100)
openmp/merge/generate_random.sh
patch
|
blob
|
history
diff --git
a/openmp/merge/generate_random.sh
b/openmp/merge/generate_random.sh
index deb5126ea27d7182c772e91c1e0fa0b962051166..cc88cb5f048839da06f60e822b2be10efea2f247 100755
(executable)
--- a/
openmp/merge/generate_random.sh
+++ b/
openmp/merge/generate_random.sh
@@
-52,8
+52,8
@@
rm -f unsorted1 unsorted2
rm -f numlist.h
echo "#define LISTSIZE ${VALUES}" >> numlist.h
-echo "extern int a["
`expr ${VALUES} + 1`
"];" >> numlist.h
-echo "extern int b["
`expr ${VALUES} + 1`
"];" >> numlist.h
+echo "extern int a["
`expr ${VALUES} + 1`
"];" >> numlist.h
+echo "extern int b["
`expr ${VALUES} + 1`
"];" >> numlist.h
rm -f numlist.c
cat numlist1.c >> numlist.c