Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Code cleanup: check linter suggestions
  • Loading branch information
guptapratykshh committed Jan 17, 2026
commit db284ac4757ac728dae8a2820dbaa706c16510b7
2 changes: 1 addition & 1 deletion SU2_CFD/include/fluid/CIncIdealGasNASA.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ class CIncIdealGasNASA final : public CFluidModel {

if (counter == counter_limit) {
if (SU2_MPI::GetRank() == MASTER_NODE)
std::cout << "Warning: Newton-Raphson exceeds max. iterations in temperature computation (NASA Model)." << std::endl;
std::cout << "Warning: Newton-Raphson exceeds max. iterations in temperature computation (NASA Model).\n";
}

Density = Pressure / (Temperature * Gas_Constant);
Expand Down