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

@ -2586,9 +2586,9 @@ void *Atom::extract(char *name)
add in global to local mapping storage
------------------------------------------------------------------------- */
bigint Atom::memory_usage()
double Atom::memory_usage()
{
bigint bytes = avec->memory_usage();
double bytes = avec->memory_usage();
bytes += max_same*sizeof(int);
if (map_style == 1)