added plotting fucntion for f

This commit is contained in:
Vasco C. B. Ferreira
2026-03-11 14:05:39 +01:00
parent c1facf9b3a
commit e8d9fe9a40
4 changed files with 59 additions and 15 deletions
+3
View File
@@ -29,6 +29,9 @@ namespace Parameters
//spline options
constexpr int SPLINE_NX = 256;
//Plotting options
constexpr int PLOT_FREQUENCY = 3;
}
#endif