Merge branch 'master' into feature-cnt
This commit is contained in:
@ -24,6 +24,7 @@ class Atom : protected Pointers {
|
||||
public:
|
||||
char *atom_style;
|
||||
class AtomVec *avec;
|
||||
enum{DOUBLE,INT,BIGINT};
|
||||
|
||||
// atom counts
|
||||
|
||||
@ -269,8 +270,8 @@ class Atom : protected Pointers {
|
||||
void add_peratom_change_columns(const char *, int);
|
||||
void add_peratom_vary(const char *, void *, int, int *,
|
||||
void *, int collength=0);
|
||||
void create_avec(const char *, int, char **, int);
|
||||
virtual class AtomVec *new_avec(const char *, int, int &);
|
||||
void create_avec(const std::string &, int, char **, int);
|
||||
virtual class AtomVec *new_avec(const std::string &, int, int &);
|
||||
|
||||
void init();
|
||||
void setup();
|
||||
@ -284,8 +285,6 @@ class Atom : protected Pointers {
|
||||
void bonus_check();
|
||||
|
||||
int parse_data(const char *);
|
||||
int count_words(const char *);
|
||||
int count_words(const char *, char *);
|
||||
|
||||
void deallocate_topology();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user