+ improve whitespaces
This commit is contained in:
parent
51c7a8eecc
commit
d8088c5db0
|
@ -3594,9 +3594,10 @@ int System::diagnose(Algorithm alg)
|
||||||
std::vector<Constraint *> clistTmp;
|
std::vector<Constraint *> clistTmp;
|
||||||
clistTmp.reserve(clist.size());
|
clistTmp.reserve(clist.size());
|
||||||
for (std::vector<Constraint *>::iterator constr=clist.begin();
|
for (std::vector<Constraint *>::iterator constr=clist.begin();
|
||||||
constr != clist.end(); ++constr)
|
constr != clist.end(); ++constr) {
|
||||||
if (skipped.count(*constr) == 0)
|
if (skipped.count(*constr) == 0)
|
||||||
clistTmp.push_back(*constr);
|
clistTmp.push_back(*constr);
|
||||||
|
}
|
||||||
|
|
||||||
SubSystem *subSysTmp = new SubSystem(clistTmp, plist);
|
SubSystem *subSysTmp = new SubSystem(clistTmp, plist);
|
||||||
int res = solve(subSysTmp,true,alg,true);
|
int res = solve(subSysTmp,true,alg,true);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user