completed nufi, untested

This commit is contained in:
Vasco C. B. Ferreira
2026-03-08 16:23:51 +01:00
parent 20fcb2848a
commit 51df7cc78a
5 changed files with 151 additions and 57 deletions
-1
View File
@@ -33,7 +33,6 @@ inline double compute_rho(const double x,
const double v = Parameters::V_DOMAIN_LEFT + (i + 0.5) * dv;
integral += f0(x, v) * dv;
}
return 1.0 - integral;
}