Skip to content

Commit

Permalink
EOSX: bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Michail Chabanov committed Jul 26, 2024
1 parent e4f6bb7 commit 1411563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EOSX/src/eos_3p_tabulated3d.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ public:
free(epstable);

interp = linear_interp_uniform_ND_t<double, 3, NTABLES>(
std::move(alltables), std::move(num_points), std::move(logrho_ptr),
std::move(alltables_ptr), std::move(num_points), std::move(logrho_ptr),
std::move(logtemp_ptr), std::move(ye_ptr));

// set up steps, mins, maxes here?
Expand Down

0 comments on commit 1411563

Please sign in to comment.