# | Line 976 | Line 976 | namespace oopse { | |
---|---|---|
976 | rsw_ = 0.85 * rcut_; | |
977 | sprintf(painCave.errMsg, | |
978 | "SimCreator Warning: No value was set for the switchingRadius.\n" | |
979 | < | "\tOOPSE will use a default value of 85\% of the cutoffRadius" |
979 | > | "\tOOPSE will use a default value of 85 percent of the cutoffRadius.\n" |
980 | "\tswitchingRadius = %f. for this simulation\n", rsw_); | |
981 | painCave.isFatal = 0; | |
982 | simError(); | |
# | Line 989 | Line 989 | namespace oopse { | |
989 | painCave.isFatal = 0; | |
990 | simError(); | |
991 | } | |
992 | < | |
992 | > | } |
993 | > | |
994 | notifyFortranCutoffs(&rcut_, &rsw_); | |
995 | ||
996 | } else { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |