getting out of the insurance business :-)

This commit is contained in:
Axel Kohlmeyer
2023-01-23 16:45:41 -05:00
parent 6148ee7ba4
commit 27da716852
312 changed files with 426 additions and 426 deletions

View File

@ -731,7 +731,7 @@ int atom(double *buf, Data &data)
// read atom quantities from buf
// if hybrid, loop over all sub-styles in order listed
// if hybrid, loop index k will match style setting to insure correct order
// if hybrid, loop index k will match style setting to ensure correct order
int nloop = 1;
if (data.style_hybrid) nloop = data.style_hybrid;