Overview
Comment: | Avoid continuation \ issues. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
53581fb5705ce52d08a4f6ae848af052 |
User & Date: | gawthrop@users.sourceforge.net on 2014-07-14 06:37:07 |
Other Links: | branch diff | manifest | tags |
Context
2014-07-25
| ||
21:31:48 | Changed newline escape from backslash to ellipsis in m files check-in: a349b0c96b user: geraint@users.sourceforge.net tags: origin/master, trunk | |
2014-07-14
| ||
06:37:07 | Avoid continuation \ issues. check-in: 53581fb570 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
2014-07-13
| ||
13:53:52 |
Fixed some problems with generation of C++ code.
Representations such as ode now appear to have multiple outputs (mttdx,mtty) listed in mtt_header, so the write_cc_header parses the string and only returns the first one. Vector sizes mttnu, mttnx, etc. now appear in the code of sys_ode.m etc., so they are declared as static int in sys_def.h. The following now works properly on Ubuntu 12: mtt -cc -i euler -o rc gnuplot view check-in: 120e7ca80a user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/octave/.octaverc from [31edde5780] to [04e2bb682d].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Startup file for Octave for use with MTT %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% implicit_str_to_num_ok = 1; empty_list_elements_ok = 1; warn_string_concat = 0; ## Turn off irrelevant warnings warning off Octave:possible-matlab-short-circuit-operator ## No more core dumps crash_dumps_octave_core(0) sigterm_dumps_octave_core(0) sighup_dumps_octave_core(0) | > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Startup file for Octave for use with MTT %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% implicit_str_to_num_ok = 1; empty_list_elements_ok = 1; warn_string_concat = 0; ## Turn off irrelevant warnings warning off Octave:possible-matlab-short-circuit-operator warning off Octave:deprecated-syntax ## No more core dumps crash_dumps_octave_core(0) sigterm_dumps_octave_core(0) sighup_dumps_octave_core(0) |