Differences From Artifact [04109b8ef0]:
- Executable file mttroot/mtt/bin/trans/m/mtt.m — part of check-in [3d5110fe1b] at 2000-08-01 13:22:01 on branch origin/master — Updated documentation (user: gawthrop@users.sourceforge.net, size: 548) [annotate] [blame] [check-ins using]
To Artifact [f788927636]:
- Executable file mtt/bin/trans/m/mtt.m — 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: 516) [annotate] [blame] [check-ins using] [more...]
- Executable file mttroot/mtt/bin/trans/m/mtt.m — part of check-in [b01ad859c4] at 2000-09-19 09:39:38 on branch origin/master — No check on file existence - let mtt do its dependency check (user: gawthrop@users.sourceforge.net, size: 516) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
11 12 13 14 15 16 17 | endif if nargin<3 lang='m'; endif filename = sprintf("%s_%s.%s", sys, rep, lang); | | | | | | 11 12 13 14 15 16 17 18 19 20 21 22 23 | endif if nargin<3 lang='m'; endif filename = sprintf("%s_%s.%s", sys, rep, lang); command = sprintf("mtt -q %s %s %s", sys, rep, lang); system(command); endfunction |