dead code removal

This commit is contained in:
Axel Kohlmeyer
2016-10-19 10:42:02 -04:00
parent 566effc9c9
commit 2634468676
5 changed files with 8 additions and 13 deletions

View File

@ -517,7 +517,6 @@ void Region::set_velocity()
void Region::velocity_contact(double *vwall, double *x, int ic)
{
Contact c = contact[ic];
double xc[3];
vwall[0] = vwall[1] = vwall[2] = 0.0;