Differences From Artifact [31edde5780]:
- Executable file mttroot/mtt/lib/octave/.octaverc — part of check-in [386bd47614] at 2013-10-21 21:24:29 on branch origin/master — No more core dumps (user: gawthrop@users.sourceforge.net, size: 448) [annotate] [blame] [check-ins using] [more...]
To Artifact [04e2bb682d]:
- Executable file mtt/lib/octave/.octaverc — 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: 485) [annotate] [blame] [check-ins using] [more...]
- Executable file mttroot/mtt/lib/octave/.octaverc — part of check-in [7267367629] at 2014-07-14 06:37:07 on branch origin/master — Avoid continuation \ issues. (user: gawthrop@users.sourceforge.net, size: 485) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | 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) |