Allow the use of solver as an alias of ground_solver
This commit is contained in:
parent
dbd35a20a2
commit
dfd7360291
@ -204,7 +204,7 @@ setHorusFlag (string key, string value)
|
||||
cerr << "for `" << key << "'" << endl;
|
||||
returnVal = false;
|
||||
}
|
||||
} else if (key == "ground_solver") {
|
||||
} else if (key == "ground_solver" || key == "solver") {
|
||||
if ( value == "ve" || value == "hve") {
|
||||
Globals::groundSolver = GroundSolverType::VE;
|
||||
} else if (value == "bp") {
|
||||
|
Reference in New Issue
Block a user