Skip to content

Fix bug with command line parsing in bvh example

Arndt, Daniel requested to merge github/fork/dalg24/cmd_line_parser into master

Created by: dalg24

Closes #52 (closed)

Couldn't figure out how to make the parser consume arguments with Boost.Program_options. This is not pretty but it does the trick.

Merge request reports