fix suffix style handling bug for adding fixes and computes
This commit is contained in:
@ -92,14 +92,14 @@ class Modify : protected Pointers {
|
||||
virtual int min_dof();
|
||||
virtual int min_reset_ref();
|
||||
|
||||
void add_fix(int, char **, int trysuffix=0);
|
||||
void add_fix(int, char **, int trysuffix=1);
|
||||
void modify_fix(int, char **);
|
||||
void delete_fix(const char *);
|
||||
int find_fix(const char *);
|
||||
int find_fix_by_style(const char *);
|
||||
int check_package(const char *);
|
||||
|
||||
void add_compute(int, char **, int trysuffix=0);
|
||||
void add_compute(int, char **, int trysuffix=1);
|
||||
void modify_compute(int, char **);
|
||||
void delete_compute(const char *);
|
||||
int find_compute(const char *);
|
||||
|
||||
Reference in New Issue
Block a user