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

This commit is contained in:
sjplimp 2016-07-13 22:38:44 +00:00
parent 6367c3700b
commit c1fb6c967e
1 changed files with 1 additions and 3 deletions

View File

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