| # | Line 51 | Line 51 | void SimInfo::refreshSim(){ | |
|---|---|---|
| 51 | fInfo.dielect = dielectric; | |
| 52 | ||
| 53 | fInfo.SIM_uses_PBC = usePBC; | |
| 54 | < | fInfo.SIM_uses_LJ = useLJ; |
| 54 | > | // fInfo.SIM_uses_LJ = useLJ; |
| 55 | > | fInfo.SIM_uses_LJ = 0; |
| 56 | //fInfo.SIM_uses_sticky = useSticky; | |
| 57 | fInfo.SIM_uses_sticky = 0; | |
| 58 | fInfo.SIM_uses_dipoles = useDipole; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |