move Force::bounds() and Force::boundsbig() to utils.
This commit is contained in:
@ -128,8 +128,6 @@ class Force : protected Pointers {
|
||||
|
||||
void store_style(char *&, const std::string &, int);
|
||||
void set_special(int, char **);
|
||||
void bounds(const char *, int, char *, int, int &, int &, int nmin=1);
|
||||
void boundsbig(const char *, int, char *, bigint, bigint &, bigint &, bigint nmin=1);
|
||||
double numeric(const char *, int, char *);
|
||||
int inumeric(const char *, int, char *);
|
||||
bigint bnumeric(const char *, int, char *);
|
||||
|
||||
Reference in New Issue
Block a user