# | Line 1126 | Line 1126 | namespace oopse { | |
---|---|---|
1126 | "\tA default value of %f (1/ang) will be used for the cutoff of\n\t%f (ang).\n", alphaVal, rcut_); | |
1127 | painCave.isFatal = 0; | |
1128 | simError(); | |
1129 | + | } else { |
1130 | + | alphaVal = simParams_->getDampingAlpha(); |
1131 | } | |
1132 | + | |
1133 | } else { | |
1134 | // throw error | |
1135 | sprintf( painCave.errMsg, |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |