Differences From Artifact [17e542a86b]:
- Executable file
mttroot/mtt/lib/rep/cxxsim_rep.make
— part of check-in
[4613b52204]
at
2002-12-19 19:37:40
on branch origin/master
— Added ps rep: "mtt sys cxxsim ps odes[o]"
"mtt sys cxxsim view" now uses ps
"mtt sys cxxsim gnuplot" now invokes gnuplot viewer (user: geraint@users.sourceforge.net, size: 2530) [annotate] [blame] [check-ins using] [more...]
To Artifact [40e5a5430e]:
- Executable file mtt/lib/rep/cxxsim_rep.make — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 2530) [annotate] [blame] [check-ins using] [more...]
- Executable file mttroot/mtt/lib/rep/cxxsim_rep.make — part of check-in [ef03940915] at 2004-08-09 17:40:41 on branch origin/master — -O3 optimisation by default. (user: geraint@users.sourceforge.net, size: 2530) [annotate] [blame] [check-ins using]
︙ | |||
12 13 14 15 16 17 18 | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | - + | # a more intelligent version would just do ese_r2cc to create <sys>_ese.cc # this could then be embedded into MTT's normal code like <sys>_ode.cc # maybe another day ... CC=g++ INCLUDE=-I. -I${MTT_LIB}/cr/hh |
︙ |