Overview
Comment: | No more core dumps |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
01ce7fed11e7844c90df3419a2472370 |
User & Date: | gawthrop@users.sourceforge.net on 2013-10-21 21:24:29 |
Other Links: | branch diff | manifest | tags |
Context
2013-11-25
| ||
00:54:29 | Fix probs when Nu = 0 check-in: 5d03470f71 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
2013-10-21
| ||
21:24:29 | No more core dumps check-in: 01ce7fed11 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
2013-08-21
| ||
05:33:28 | New general components required for biochemistry check-in: 82aa514d8b user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/octave/.octaverc from [f137ea17ca] to [31edde5780].
1 2 3 4 5 6 7 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Startup file for Octave for use with MTT %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% implicit_str_to_num_ok = 1; empty_list_elements_ok = 1; | > > > > > > > > | 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) |