| # | Line 152 | Line 152 | void SimInfo::refreshSim(){ | |
|---|---|---|
| 152 | fInfo.SIM_uses_LJ = useLJ; | |
| 153 | fInfo.SIM_uses_sticky = useSticky; | |
| 154 | //fInfo.SIM_uses_sticky = 0; | |
| 155 | < | //fInfo.SIM_uses_dipoles = useDipole; |
| 156 | < | fInfo.SIM_uses_dipoles = 0; |
| 155 | > | fInfo.SIM_uses_dipoles = useDipole; |
| 156 | > | //fInfo.SIM_uses_dipoles = 0; |
| 157 | //fInfo.SIM_uses_RF = useReactionField; | |
| 158 | fInfo.SIM_uses_RF = 0; | |
| 159 | fInfo.SIM_uses_GB = useGB; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |