From 354e3189b4bf525f2783a816a294f39be52f5ac9 Mon Sep 17 00:00:00 2001 From: Max Katz Date: Sun, 1 Nov 2020 09:40:23 -0800 Subject: [PATCH] Fix rotating_star compilation for non-NSE (#1288) --- Exec/science/rotating_star/Prob_nd.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Exec/science/rotating_star/Prob_nd.F90 b/Exec/science/rotating_star/Prob_nd.F90 index 701104bc08..11a4ff0dbf 100644 --- a/Exec/science/rotating_star/Prob_nd.F90 +++ b/Exec/science/rotating_star/Prob_nd.F90 @@ -69,8 +69,8 @@ subroutine ca_initdata(level, time, lo, hi, nscal, & use eos_type_module use amrex_constants_module, only : ZERO, HALF, ONE, TWO use amrex_fort_module, only : rt => amrex_real -#ifdef NSE_THERMO use burn_type_module +#ifdef NSE_THERMO use nse_check_module use nse_module, only: nse_interp #endif