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

@ -135,7 +135,7 @@ class Force : protected Pointers {
void store_style(char *&, const std::string &, int);
void set_special(int, char **);
bigint memory_usage();
double memory_usage();
private:
void create_factories();