remove trailing whitespace
This commit is contained in:
@ -296,7 +296,7 @@ void FixVector::end_of_step()
|
||||
// evaluate equal-style or vector-style variable
|
||||
|
||||
} else if (which[i] == VARIABLE) {
|
||||
if (argindex[i] == 0)
|
||||
if (argindex[i] == 0)
|
||||
result[i] = input->variable->compute_equal(m);
|
||||
else {
|
||||
double *varvec;
|
||||
|
||||
Reference in New Issue
Block a user