git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7467 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2012-01-09 15:25:06 +00:00
parent 9e4fd659e9
commit a9f695113b
2 changed files with 2 additions and 2 deletions

View File

@ -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) {

View File

@ -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;