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

This commit is contained in:
sjplimp
2014-05-16 20:57:10 +00:00
parent 6af467aadb
commit 32d641d3f9
8 changed files with 27 additions and 0 deletions

View File

@ -1646,6 +1646,12 @@ void *FixNH::extract(const char *str, int &dim)
dim=0;
if (strcmp(str,"t_target") == 0) {
return &t_target;
} else if (strcmp(str,"mtchain") == 0) {
return &mtchain;
}
dim=1;
if (strcmp(str,"eta") == 0) {
return η
}
return NULL;
}