Skip to content

Commit

Permalink
Update input.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Aug 30, 2024
1 parent 952b83a commit 73b87eb
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 @@ -498,7 +498,7 @@ void add_transitions_to_unsorted_linelist(const int element, const int ion, cons

MPI_Win_shared_query(win_alltransblock, 0, &size, &disp_unit, &globals::alltransitions);
#else
alltransblock = static_cast<LevelTransition *>(malloc(totupdowntrans * sizeof(LevelTransition)));
globals::alltransitions = static_cast<LevelTransition *>(malloc(totupdowntrans * sizeof(LevelTransition)));
#endif

for (int level = 0; level < nlevelsmax; level++) {
Expand Down

0 comments on commit 73b87eb

Please sign in to comment.