From 14856c7ce0375eab8da5636ab7b4749353a07e48 Mon Sep 17 00:00:00 2001 From: VCB Ferreira Date: Sun, 2 Aug 2026 17:33:12 +0200 Subject: [PATCH] typo bugfixes --- nufi/cells.h | 2 +- nufi/nufi_solver.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/nufi/cells.h b/nufi/cells.h index 7e9e823..e820dc0 100644 --- a/nufi/cells.h +++ b/nufi/cells.h @@ -1,4 +1,4 @@ -#fndef CELLS_H +#ifndef CELLS_H #define CELLS_H #include diff --git a/nufi/nufi_solver.h b/nufi/nufi_solver.h index 17bf99d..04670af 100644 --- a/nufi/nufi_solver.h +++ b/nufi/nufi_solver.h @@ -42,7 +42,6 @@ public: private: unsigned int Nt = std::floor(Parameters::TMAX / Parameters::DT); - unsigned int Nx = Parameters::CALC_NX; double Lx = Parameters::LX;