# | Line 193 | Line 193 | int DCRattleBFunctor::operator()(ConstraintAtom* consA | |
---|---|---|
193 | velB[2] -= rmb * dz; | |
194 | ||
195 | consAtom2->setVel(velB); | |
196 | + | return consSuccess; |
197 | } | |
198 | < | return consSuccess; |
198 | > | else |
199 | > | return consAlready; |
200 | > | |
201 | } | |
202 | ||
203 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |