aboutsummaryrefslogtreecommitdiff
path: root/src/GRHydro_PPM.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/GRHydro_PPM.cc')
-rw-r--r--src/GRHydro_PPM.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GRHydro_PPM.cc b/src/GRHydro_PPM.cc
index e1f426f..fe6c265 100644
--- a/src/GRHydro_PPM.cc
+++ b/src/GRHydro_PPM.cc
@@ -69,7 +69,7 @@ static inline void monotonize(double* restrict xminus,
template<bool do_temp, bool do_ye, bool do_mhd,
bool dc_flag, bool do_ppm_detect>
-static void ppm1d_cxx(const int nx,
+void GRHydro_ppm1d_cxx(const int nx,
const double dx,
const double* restrict rho,
const double* restrict velx,
@@ -343,7 +343,7 @@ static void ppm1d_cxx(const int nx,
//template template<bool do_temp, bool do_ye, bool do_mhd, bool dc_flag, bool do_ppm_detect>
#define INSTANTIATE(do_temp,do_ye,do_mhd,dc_flag,do_ppm_detect) \
-template static void ppm1d_cxx<do_temp,do_ye,do_mhd,dc_flag,do_ppm_detect>(const int nx, \
+template void GRHydro_ppm1d_cxx<do_temp,do_ye,do_mhd,dc_flag,do_ppm_detect>(const int nx, \
const double dx, \
const double* restrict rho, \
const double* restrict velx, \