forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7467 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
9e4fd659e9
commit
a9f695113b
|
@ -763,7 +763,7 @@ void PairReaxC::read_reax_forces()
|
|||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
void *PairReaxC::extract(char *str, int &dim)
|
||||
void *PairReaxC::extract(const char *str, int &dim)
|
||||
{
|
||||
dim = 1;
|
||||
if (strcmp(str,"chi") == 0 && chi) {
|
||||
|
|
|
@ -44,7 +44,7 @@ class PairReaxC : public Pair {
|
|||
void coeff(int, char **);
|
||||
void init_style();
|
||||
double init_one(int, int);
|
||||
void *extract(char *, int &);
|
||||
void *extract(const char *, int &);
|
||||
int fixbond_flag, fixspecies_flag;
|
||||
|
||||
control_params *control;
|
||||
|
|
Loading…
Reference in New Issue