forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15303 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
6367c3700b
commit
c1fb6c967e
|
@ -2678,9 +2678,7 @@ void FixShake::reset_dt()
|
|||
void *FixShake::extract(const char *str, int &dim)
|
||||
{
|
||||
dim = 0;
|
||||
if (strcmp(str,"onemol") == 0) {
|
||||
return onemols;
|
||||
}
|
||||
if (strcmp(str,"onemol") == 0) return onemols;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue