# | Line 337 | Line 337 | namespace OpenMD { | |
---|---|---|
337 | Real fC0 = getCoefficient(0); | |
338 | roots.push_back( -fC0 / fC1); | |
339 | return roots; | |
340 | – | } |
340 | break; | |
341 | + | } |
342 | case 2: { | |
343 | Real fC2 = getCoefficient(2); | |
344 | Real fC1 = getCoefficient(1); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |