Index: mttroot/mtt/cc/struc2gnuplot_txt.cc ================================================================== --- mttroot/mtt/cc/struc2gnuplot_txt.cc +++ mttroot/mtt/cc/struc2gnuplot_txt.cc @@ -51,11 +51,11 @@ { if (Lx.begin() != i) { out << ",\\" << endl; } - out << "\t\"MTT_work/" << sys << "_odes2.dat\" using 1:" << 2 + Ly.size() + i->num + out << "\t\"MTT_work/" << sys << "_odes.dat2\" using 1:" << 2 + Ly.size() + i->num << " axes x1y1" << " title \"" << i->mod << "_" << i->cmp << "\""; } out << endl << endl << "pause(-1)" << endl << endl; @@ -73,11 +73,11 @@ { if (Ly.begin() != i) { out << ",\\" << endl; } - out << "\t\"MTT_work/" << sys << "_odes2.dat\" using 1:" << 1 + i->num + out << "\t\"MTT_work/" << sys << "_odes.dat2\" using 1:" << 1 + i->num << " axes x1y1" << " title \"" << i->mod << "_" << i->cmp << "\""; } out << endl << endl << "pause(-1)" << endl << endl;