![]() |
EcoliSimulator
2.0.1a
|
#include <string>#include <sstream>#include <iostream>#include <vector>#include <fstream>#include <cmath>#include <thread>#include <limits>#include <ctime>#include "Colori.h"#include "Declar_funz.h"#include "Funz_C.h"#include "Funz_C_Par.h"#include "gnuplot_3D.h"#include "filmato_3D_gnuplotMultiThread.hpp"#include "histogram3DMultiThreadV2.hpp"#include "multiplot_film_snapshots.h"#include "filmato_3D_gnuplot_gif.hpp"#include "GlobalVariables.h"#include "sssr.h"#include "apngasm_Global.h"Macros | |
| #define | min_(a, b) ( ((a) < (b)) ? (a) : (b) ) |
Functions | |
| int | writeLog (string what, string msg) |
| this function write to the Log file. More... | |
| void | gnuplot_large_population (string file_info[], string name_dyn, double T_f, int n_c, int dim_col_t, string names, Funz_C *f, int cont_gen_sim) |
| #define min_ | ( | a, | |
| b | |||
| ) | ( ((a) < (b)) ? (a) : (b) ) |
| void gnuplot_large_population | ( | string | file_info[], |
| string | name_dyn, | ||
| double | T_f, | ||
| int | n_c, | ||
| int | dim_col_t, | ||
| string | names, | ||
| Funz_C * | f, | ||
| int | cont_gen_sim | ||
| ) |
Function to plot the data for large_population.
| int writeLog | ( | string | what, |
| string | msg | ||
| ) |
this function write to the Log file.