Skip to content

Commit

Permalink
Update checksums on Barnes test
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Aug 30, 2024
1 parent b5397f0 commit 847012b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion input.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1444,7 +1444,7 @@ void setup_phixs_list() {
if (phixstargetindex == 0) {
auto *blocktablestart = globals::allphixs + (nbftableschanged * globals::NPHIXSPOINTS);
if (globals::rank_in_node == 0) {
memcpy(blocktablestart, globals::elements[element].ions[ion].levels[level].photoion_xs,
memcpy(blocktablestart, tmpallphixs.data() + globals::elements[element].ions[ion].levels[level].phixsstart,
globals::NPHIXSPOINTS * sizeof(float));
}

Expand Down

0 comments on commit 847012b

Please sign in to comment.