| # | Line 44 | Line 44 | void SimInfo::refreshSim(){ | |
|---|---|---|
| 44 | ||
| 45 | fInfo.rlist = rList; | |
| 46 | fInfo.rcut = rCut; | |
| 47 | + | fInfo.rrf = rRF; |
| 48 | + | fInfo.rt = 0.95 * rRF; |
| 49 | + | fInfo.dielect = dielectric; |
| 50 | + | |
| 51 | + | |
| 52 | fInfo.SIM_uses_PBC = usePBC; | |
| 53 | fInfo.SIM_uses_LJ = useLJ; | |
| 54 | fInfo.SIM_uses_sticky = useSticky; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |