Skip to content

Commit

Permalink
Fix rotating_star compilation for non-NSE (#1288)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpkatz authored Nov 1, 2020
1 parent 1e55be4 commit 354e318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Exec/science/rotating_star/Prob_nd.F90
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 354e318

Please sign in to comment.