probably the last commit, university project is done
This commit is contained in:
@@ -81,7 +81,6 @@ void processFilenames(po::variables_map const &t_vm, path const &t_input,
|
||||
ret.output_path = output_path;
|
||||
ret.iterations = vm.count("iterations") ? vm["iterations"].as<int>()
|
||||
: DEFAULT_ITERATIONS;
|
||||
spdlog::debug("arg: {}", vm.count("form") ? vm["form"].as<int>() : 1);
|
||||
ret.method = vm.count("method") ? vm["method"].as<int>() : 1;
|
||||
switch (vm.count("form") ? vm["form"].as<int>() : 1) {
|
||||
case 2: ret.shape = Shape::ShapeType::Triangle; break;
|
||||
|
||||
Reference in New Issue
Block a user