We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9cbd29a + c9e1729 commit e8ece7cCopy full SHA for e8ece7c
1 file changed
test/SelfGravity/ShearingSheet/setup.cpp
@@ -64,7 +64,7 @@ Setup::Setup(Input &input, Grid &grid, DataBlock &data, Output &output) {
64
void Setup::InitFlow(DataBlock &data) {
65
// Create a host copy
66
DataBlockHost d(data);
67
- real x,y,z;
+ real x,y,z = 0;
68
69
real cs2 = gammaIdeal*omega*omega;
70
0 commit comments