| 193 |
|
|
| 194 |
|
// throw warning |
| 195 |
|
sprintf( painCave.errMsg, |
| 196 |
< |
"Electrostatic::initialize: dampingAlpha was not specified in the input file.\n" |
| 197 |
< |
"\tA default value of %f (1/ang) will be used for the cutoff of\n\t%f (ang).\n", |
| 196 |
> |
"Electrostatic::initialize: dampingAlpha was not specified in the\n" |
| 197 |
> |
"\tinput file. A default value of %f (1/ang) will be used for the\n" |
| 198 |
> |
"\tcutoff of %f (ang).\n", |
| 199 |
|
dampingAlpha_, cutoffRadius_); |
| 200 |
|
painCave.severity = OPENMD_INFO; |
| 201 |
|
painCave.isFatal = 0; |