Skip to content

Commit

Permalink
Break bflimit by switching off all bfestimators
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Mar 25, 2024
1 parent b845e50 commit 02db793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/setup_nebularonezone_1d_3dgrid_limitbfest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ sed -i'' -e 's/constexpr bool SF_AUGER_CONTRIBUTION_ON.*/constexpr bool SF_AUGER

sed -i'' -e 's/constexpr bool WRITE_PARTIAL_EMISSIONABSORPTIONSPEC.*/constexpr bool WRITE_PARTIAL_EMISSIONABSORPTIONSPEC = true;/g' artisoptions.h

sed -i'' -e 's/ \/\/ return LEVEL_IS_NLTE.*/return LEVEL_IS_NLTE(element_z, ionstage, level);/g' artisoptions.h
sed -i'' -e 's/ \/\/ return LEVEL_IS_NLTE.*/ return false;/g' artisoptions.h

cd -

Expand Down

0 comments on commit 02db793

Please sign in to comment.