Skip to content

Commit

Permalink
Consistent whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jedbrown committed Jun 7, 2011
1 parent 7377ffd commit 074087a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fs/tests/vht.c
Original file line number Diff line number Diff line change
Expand Up @@ -1415,7 +1415,7 @@ static dErr VHTPointwiseJacobian(const struct VHTStash *st,const struct VHTRheol
for (dInt i=0; i<3; i++) rhou_[i] = -rheo->rscale.momentum*weight * rho1 * rheo->gravity[i];
for (dInt i=0; i<3; i++) for (dInt j=0; j<3; j++)
drhou_[i*3+j] = -rheo->rscale.momentum*weight
* (rheo->mask_momtrans*(rhou1[i]*st->u[j] + rho.x*st->u[i]*u1[j]) - Stress1[i*3+j]);
* (rheo->mask_momtrans*(rhou1[i]*st->u[j] + rho.x*st->u[i]*u1[j]) - Stress1[i*3+j]);
p_[0] = -rheo->rscale.mass*weight*(drhou1[0]+drhou1[4]+drhou1[8]); // -q tr(Du)
E_[0] = -rheo->rscale.energy*weight*(Sigma1 + dDotScalar3(rhou1,rheo->gravity));
for (dInt i=0; i<3; i++) dE_[i] = -rheo->rscale.energy*weight
Expand Down

0 comments on commit 074087a

Please sign in to comment.