open() method not really needed.
This commit is contained in:
@ -161,7 +161,6 @@ class Molecule : protected Pointers {
|
||||
void allocate();
|
||||
void deallocate();
|
||||
|
||||
void open(char *);
|
||||
void readline(char *);
|
||||
std::string parse_keyword(int, char *);
|
||||
void skip_lines(int, char *, const std::string &);
|
||||
|
||||
Reference in New Issue
Block a user