Skip to content

Commit e8ece7c

Browse files
committed
conflits
2 parents 9cbd29a + c9e1729 commit e8ece7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SelfGravity/ShearingSheet/setup.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Setup::Setup(Input &input, Grid &grid, DataBlock &data, Output &output) {
6464
void Setup::InitFlow(DataBlock &data) {
6565
// Create a host copy
6666
DataBlockHost d(data);
67-
real x,y,z;
67+
real x,y,z = 0;
6868

6969
real cs2 = gammaIdeal*omega*omega;
7070

0 commit comments

Comments
 (0)