#include #include #include #include #include #include "ChemPlugin.h" int exit_client(int status) { std::cin.get(); return status; } void write_line(std::ofstream& f, ChemPlugin *cp, int nx, double gap, double& then) { double now = cp[0].Report1("Time", "years"); if ((then - now) < gap / 1e4) { f << now; for (int i=0; i