programming style and format updates

This commit is contained in:
Axel Kohlmeyer
2022-04-12 22:52:07 -04:00
parent 467cae9436
commit ef4e41d2a2
28 changed files with 580 additions and 787 deletions

View File

@ -123,4 +123,3 @@ double FixStoreLocal::memory_usage()
double bytes = (double) nmax * (double) nvalues * sizeof(double);
return bytes;
}