EcoliSimulator
2.0.1a
|
#include <cstdlib>
#include <fstream>
#include <iostream>
#include <string>
#include "GnuplotGlobal.h"
Functions | |
void | lunch_gnuplot (string name_file_gnu) |
void lunch_gnuplot | ( | string | name_file_gnu | ) |
This function lunch the script name_file_gnu via gnuplot It is not used everytime since it has been written not at the beginning of the devopment of the softwer. You might want to substitute other command with this function
name_file_gnu | name of script to pass to gnuplot |