mirror of
https://codeberg.org/vcbferreira/NuFI_deal.ii
synced 2026-08-12 14:33:18 +02:00
typo bugfixes
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
#fndef CELLS_H
|
#ifndef CELLS_H
|
||||||
#define CELLS_H
|
#define CELLS_H
|
||||||
|
|
||||||
#include <array>
|
#include <array>
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user