main: remove "pass-by-reference" editing in parse_options()
authorBrian Norris <banorris@uci.edu>
Tue, 20 Nov 2012 03:40:12 +0000 (19:40 -0800)
committerBrian Norris <banorris@uci.edu>
Tue, 20 Nov 2012 03:40:12 +0000 (19:40 -0800)
commit9bbc3203ea6079d4222167e6b01cec9d041d08d9
treebe9b9251ee0d1ff2d98bed6f726c23ffc47d564d
parent523a941d19374d4487e504db519114df07d9b480
main: remove "pass-by-reference" editing in parse_options()

parse_options() can simply pass the argc/argv variables through the
model_checker_params struct now.

Also, document a few things.
main.cc