git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8705 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -805,7 +805,7 @@ double FixLangevin::compute_scalar()
|
||||
|
||||
void *FixLangevin::extract(const char *str, int &dim)
|
||||
{
|
||||
dim=0;
|
||||
dim = 0;
|
||||
if (strcmp(str,"t_target") == 0) {
|
||||
return &t_target;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user