mirror of
https://codeberg.org/vcbferreira/NuFI_deal.ii
synced 2026-08-12 22:43:17 +02:00
tested sim with hint on cell index for location for constant uniform grid
This commit is contained in:
+1
-1
@@ -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 << " ";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user