move Force::open_potential() to utils::open_potential()

This commit is contained in:
Axel Kohlmeyer
2020-08-29 22:37:14 -04:00
parent 798226967f
commit 4396dbd9a3
38 changed files with 43 additions and 98 deletions

View File

@ -129,8 +129,6 @@ class Force : protected Pointers {
void store_style(char *&, const std::string &, int);
void set_special(int, char **);
FILE *open_potential(const char *, int *auto_convert = nullptr);
bigint memory_usage();
private: