Skip to content

Commit

Permalink
Fix VHT forcing initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
jedbrown committed May 31, 2011
1 parent b583cf2 commit 2e299bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fs/tests/vhtjako.c
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ static dErr VHTCaseDestroy_Jako(VHTCase scase)
}
static dErr VHTCaseForcing_Jako(VHTCase dUNUSED scase,const dReal dUNUSED x[3],dScalar frhou[],dScalar *fp,dScalar *fE)
{
for (dInt i=0; i<3; i++) frhou[0] = 0;
for (dInt i=0; i<3; i++) frhou[i] = 0;
fp[0] = 0;
fE[0] = 0;
return 0;
Expand Down

0 comments on commit 2e299bb

Please sign in to comment.