Differences From Artifact [f803bfd8d0]:
- Executable file mttroot/mtt/bin/trans/m/mtt_save_alias.m — part of check-in [5842e0e00c] at 2000-10-12 19:26:42 on branch origin/master — Initial revision (user: gawthrop@users.sourceforge.net, size: 743) [annotate] [blame] [check-ins using] [more...]
To Artifact [85981ff6a1]:
- Executable file mttroot/mtt/bin/trans/m/mtt_save_alias.m — part of check-in [c55749f0e9] at 2000-11-12 17:16:09 on branch origin/master — Close the file (user: gawthrop@users.sourceforge.net, size: 760) [annotate] [blame] [check-ins using] [more...]
| ︙ | |||
13 14 15 16 17 18 19 | 13 14 15 16 17 18 19 20 21 | - + |
## ############################################################### ## $Id:
## mtt_info.m,v 1.2 1997/02/11 10:06:42 peterg Exp peterg $ ## $Log:
## mtt_info.m,v $ ## Revision 1.2 1997/02/11 10:06:42 peterg ##
## ###############################################################
fileid = fopen('mtt_aliased.txt','a');
fprintf(fileid, "%s\t%s\n", arg,system_name);
|