consistently return "memory_usage" as double.

This commit is contained in:
Axel Kohlmeyer
2020-09-14 21:38:52 -04:00
parent 101d39142e
commit 0183e999c9
81 changed files with 131 additions and 131 deletions

View File

@ -341,7 +341,7 @@ class Atom : protected Pointers {
// NOTE: placeholder method until KOKKOS/AtomVec is refactored
int memcheck(const char *) {return 1;}
bigint memory_usage();
double memory_usage();
// functions for global to local ID mapping
// map lookup function inlined for efficiency