tested sim with hint on cell index for location for constant uniform grid

This commit is contained in:
Vasco C. B. Ferreira
2026-07-06 13:21:05 +02:00
parent 208ccb2bd0
commit f603af19c9
5 changed files with 107 additions and 38 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ void save_f(const NuFISolver &solver, unsigned int n,
for (unsigned int i = 0; i < Nx_out; ++i) {
file << val[i];
if (j < Nx_out - 1)
if (i < Nx_out - 1)
file << " ";
}