git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10010 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -669,7 +669,6 @@ void Force::bounds(char *str, int nmax, int &nlo, int &nhi)
|
||||
/* ----------------------------------------------------------------------
|
||||
read a floating point value from a string
|
||||
generate an error if not a legitimate floating point value
|
||||
called by force fields to check validity of their arguments
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
double Force::numeric(char *str)
|
||||
@ -689,7 +688,6 @@ double Force::numeric(char *str)
|
||||
/* ----------------------------------------------------------------------
|
||||
read an integer value from a string
|
||||
generate an error if not a legitimate integer value
|
||||
called by force fields to check validity of their arguments
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
int Force::inumeric(char *str)
|
||||
|
||||
Reference in New Issue
Block a user