again fix lib/mk_hl_op.sh
This commit is contained in:
parent
a8cb89ccdc
commit
5a309afac6
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ done
|
|||
|
||||
for fff in plus minus multiplies divides ; do
|
||||
file=hl_ops/${fff}.cc
|
||||
test -f ${file} && rm -f ${fff}
|
||||
test -f ${file} && rm -f ${file}
|
||||
echo "#include \"multi_array_header.h\"" >> ${file}
|
||||
echo "#include \"high_level_operation.h\"" >> ${file}
|
||||
echo "" >> ${file}
|
||||
|
|
Loading…
Reference in a new issue