16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 22:09:19 +02:00

reformat: set variables to constexpr where possible

This commit is contained in:
jerrrrycho
2026-07-04 06:16:13 +02:00
parent aeb800283c
commit 6fd1d6715b
64 changed files with 541 additions and 541 deletions

View File

@@ -458,10 +458,10 @@ void TNESt3::SetLBP(double const P)
void TNESt3::SetSize( int const size, std::string const &params ) // ustawianie dysz (rozmiaru ZR)
{
static double const dNO1l = 1.250;
static double const dNT1l = 0.510;
static double const dOO1l = 0.907;
static double const dOT1l = 0.524;
static constexpr double dNO1l = 1.250;
static constexpr double dNT1l = 0.510;
static constexpr double dOO1l = 0.907;
static constexpr double dOT1l = 0.524;
if (contains( params, "ESt3" ) )
{