| # | Line 63 | Line 63 | void ConstraintAlgorithm::doConstrain(){ | |
|---|---|---|
| 63 | exeStatus = doConstrainPair(consPair); | |
| 64 | ||
| 65 | switch(exeStatus){ | |
| 66 | + | case consExceedMaxIter: | 
| 67 | + | cerr << "ConstraintAlgorithm::doConstrain() Error: can not constrain the bond within maximum iteration" << endl; | 
| 68 | + | error = true; | 
| 69 | + | |
| 70 | case consFail: | |
| 71 | cerr << "ConstraintAlgorithm::doConstrain() Error: Constraint Fail" << endl; | |
| 72 | error = true; | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |