git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12637 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -745,7 +745,7 @@ void *PairHybrid::extract(const char *str, int &dim)
|
||||
{
|
||||
void *cutptr = NULL;
|
||||
void *ptr;
|
||||
double cutvalue;
|
||||
double cutvalue = 0.0;
|
||||
|
||||
for (int m = 0; m < nstyles; m++) {
|
||||
ptr = styles[m]->extract(str,dim);
|
||||
|
||||
Reference in New Issue
Block a user