| # | Line 524 | Line 524 | void SimInfo::setDefaultRcut( double theRcut ){ | |
|---|---|---|
| 524 | haveOrigRcut = 1; | |
| 525 | origRcut = theRcut; | |
| 526 | rCut = theRcut; | |
| 527 | + | |
| 528 | + | notifyFortranCutOffs( &rCut, &rList, &ecr, &est ); |
| 529 | } | |
| 530 | ||
| 531 | void SimInfo::setEcr( double theEcr ){ | |
| # | Line 538 | Line 540 | void SimInfo::setDefaultEcr( double theEcr ){ | |
| 540 | origEcr = theEcr; | |
| 541 | ||
| 542 | ecr = theEcr; | |
| 543 | + | notifyFortranCutOffs( &rCut, &rList, &ecr, &est ); |
| 544 | } | |
| 545 | ||
| 546 | void SimInfo::setEcr( double theEcr, double theEst ){ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |