Skip to content

Commit

Permalink
Sync
Browse files Browse the repository at this point in the history
  • Loading branch information
vlvovch committed Oct 7, 2024
1 parent 9d4e213 commit eb7b333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/QtThermalFIST/modeltab.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ void ModelTab::performCalculation(const ThermalModelConfig & config)
messageType = 3;
else if (model->TPS()->hasMultiBaryons())
messageType = 1;
else if (config.QuantumStatisticsInclude == 0)
else if (config.QuantumStatisticsInclude == 0 && config.QuantumStatistics != 0)
messageType = 2;

QVector<QString> messages = {
Expand Down

0 comments on commit eb7b333

Please sign in to comment.