Skip to content

Commit

Permalink
fix libv2-demo2 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerome Jackson committed Jan 15, 2025
1 parent 70d45f9 commit cc6e73d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-suite/libv2-demo2/wannier.cc
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ int main(int argc, char* argv[]) {
w90_wannierise_c(w90glob, ierr);
assert(ierr == 0);

double wannier_ctr[nw];
double wannier_ctr[nw][3];
double wannier_spr[nw];
w90_get_centres_c(w90glob, wannier_ctr);
w90_get_spreads_c(w90glob, wannier_spr);
Expand Down

0 comments on commit cc6e73d

Please sign in to comment.