Differences From Artifact [42b52a8ed4]:
- Executable file mttroot/mtt/bin/trans/lbl2cmp_txt2m.pl — part of check-in [c7b49097a0] at 2004-08-04 19:41:47 on branch origin/master — Writes 0 junctions before 1 junctions. (user: geraint@users.sourceforge.net, size: 6598) [annotate] [blame] [check-ins using] [more...]
To Artifact [2d9036e052]:
- Executable file mttroot/mtt/bin/trans/lbl2cmp_txt2m.pl — part of check-in [7d91b853bb] at 2004-08-05 00:54:03 on branch origin/master — Fixed punctuation in cmp.m (user: geraint@users.sourceforge.net, size: 6599) [annotate] [blame] [check-ins using] [more...]
| ︙ | |||
275 276 277 278 279 280 281 | 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 | - + |
open (OUT, ">>$out") or
die "MTT: cannot open $out for writing.\n";
print OUT
"if (i == $i)\n" .
"\tcomp_type = '$component_type{$name}';\n" .
|