Skip to content

Commit

Permalink
ensure only one hypersurface when Tfreeze is set
Browse files Browse the repository at this point in the history
  • Loading branch information
chunshen1987 committed Sep 15, 2023
1 parent 8951e46 commit 2ea0d0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/evolve.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1349,6 +1349,7 @@ void Evolve::initialize_freezeout_surface_info() {
<< DATA.TFO << " GeV, e_fo = "
<< e_freeze << " GeV/fm^3";
music_message.flush("info");
return;
}
const int freeze_eps_flag = DATA.freeze_eps_flag;
if (freeze_eps_flag == 0) {
Expand Down

0 comments on commit 2ea0d0f

Please sign in to comment.