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

@ -2249,8 +2249,8 @@ void CommTiled::deallocate_swap(int n)
return # of bytes of allocated memory
------------------------------------------------------------------------- */
bigint CommTiled::memory_usage()
double CommTiled::memory_usage()
{
bigint bytes = 0;
double bytes = 0;
return bytes;
}