Skip to content

Commit 6b513db

Browse files
committed
fix Phi capitalisation
1 parent 1097bae commit 6b513db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/tests/mpi_read_measurements.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ TEST_CASE("uvfits") {
132132

133133
// Make sure the return values are sensible
134134
const bool pass = comm.all_sum_all(item.target().size()) == N * comm.size() &&
135-
item.phi().sizes()[0] == 0 && item.phi().sizes()[1] == 1 &&
136-
item.phi().sizes()[2] == N;
135+
item.Phi().sizes()[0] == 0 && item.Phi().sizes()[1] == 1 &&
136+
item.Phi().sizes()[2] == N;
137137
CHECK(pass);
138138
}
139139
}

0 commit comments

Comments
 (0)