typo bugfixes

This commit is contained in:
VCB Ferreira
2026-08-02 17:33:12 +02:00
parent a4d0f67f61
commit 14856c7ce0
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#fndef CELLS_H #ifndef CELLS_H
#define CELLS_H #define CELLS_H
#include <array> #include <array>
-1
View File
@@ -42,7 +42,6 @@ public:
private: private:
unsigned int Nt = std::floor(Parameters::TMAX / Parameters::DT); unsigned int Nt = std::floor(Parameters::TMAX / Parameters::DT);
unsigned int Nx = Parameters::CALC_NX;
double Lx = Parameters::LX; double Lx = Parameters::LX;