begin refactor of parsing of sections

This commit is contained in:
Axel Kohlmeyer
2021-03-02 11:06:24 -05:00
parent e941d0fd4a
commit 371ee63c2c
2 changed files with 40 additions and 35 deletions

View File

@ -163,8 +163,8 @@ class Molecule : protected Pointers {
void open(char *);
void readline(char *);
void parse_keyword(int, char *, char *);
void skip_lines(int, char *);
std::string parse_keyword(int, char *);
void skip_lines(int, char *, const std::string &);
// void print();
};