Overview
Comment:typo
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 2acaca19b37a1c88ca75310bcdaabad77722198a3784e16026ace20d0227a9fd
User & Date: geraint@users.sourceforge.net on 2001-02-06 12:40:44
Other Links: branch diff | manifest | tags
Context
2001-02-08
00:39:56
Removed clear from code generated by: mtt -c -i euler -o check-in: 823f1b334d user: geraint@users.sourceforge.net tags: origin/master, trunk
2001-02-06
12:40:44
typo check-in: 2acaca19b3 user: geraint@users.sourceforge.net tags: origin/master, trunk
06:08:34
Added gnuplot.txt representation. check-in: 370a7bfcab user: geraint@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/cc/struc2gnuplot_txt.cc from [e284cf9de2] to [ac98136c9d].

49
50
51
52
53
54
55
56

57
58
59
60
61
62
63
49
50
51
52
53
54
55

56
57
58
59
60
61
62
63







-
+







      << "plot\\" << endl;
  for (list<record_t>::iterator i = Lx.begin(); i != Lx.end() ; i++)
    {
      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;

  // write states (postscript)
  
71
72
73
74
75
76
77
78

79
80
81
82
83
84
85
71
72
73
74
75
76
77

78
79
80
81
82
83
84
85







-
+







      << "plot\\" << endl;
  for (list<record_t>::iterator i = Ly.begin(); i != Ly.end() ; i++)
    {
      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;

  // write outputs (postscript)
  


MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]