From 141156337bdca32fcacb213f4f3b445784faa5fe Mon Sep 17 00:00:00 2001 From: Michail Chabanov Date: Fri, 26 Jul 2024 09:02:01 -0500 Subject: [PATCH] EOSX: bug fix --- EOSX/src/eos_3p_tabulated3d.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EOSX/src/eos_3p_tabulated3d.hxx b/EOSX/src/eos_3p_tabulated3d.hxx index ca639869..24664617 100644 --- a/EOSX/src/eos_3p_tabulated3d.hxx +++ b/EOSX/src/eos_3p_tabulated3d.hxx @@ -370,7 +370,7 @@ public: free(epstable); interp = linear_interp_uniform_ND_t( - 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?