Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
opt-flow: add space between filenames.
Browse files Browse the repository at this point in the history
  • Loading branch information
lkuper committed Dec 28, 2016
1 parent d0ca7a7 commit 0b023d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/plain-julia/opt-flow/opt-flow.jl
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ Options:
exit(-1)
end

println("filenames = ", img_file_1, img_file_2)
println("filenames = ", img_file_1, , " ", img_file_2)
println("Image size: ", size(i1, 1), "x", size(i1, 2))

tic()
Expand Down

0 comments on commit 0b023d2

Please sign in to comment.