Overview
Comment:Fixed punctuation in cmp.m
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 366fd14505d87c2f73433bf6d4d64d437cbd69ee65cffeb0e6915639c4780745
User & Date: geraint@users.sourceforge.net on 2004-08-05 00:54:03
Other Links: branch diff | manifest | tags
Context
2004-08-05
01:42:49
Sorts components alphabetically within categories: internal ports, components, 0, 1. check-in: a887e74441 user: geraint@users.sourceforge.net tags: origin/master, trunk
00:54:03
Fixed punctuation in cmp.m check-in: 366fd14505 user: geraint@users.sourceforge.net tags: origin/master, trunk
00:02:57
Uses lbl2cmp_txt2m.pl to generate _cmp.m. check-in: 407dee0fc2 user: geraint@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/trans/lbl2cmp_txt2m.pl from [42b52a8ed4] to [2d9036e052].

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" .
	"\tname        = '$name'\n" .
	"\tcr          = '$component_cr{$name}';\n" .
	"\targ         = '$component_arg{$name}';\n" .
	"\trepetitions =  $component_rep{$name} ;\n" .
	"end\n";

    close (OUT);
}







|







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" .
	"\tname        = '$name';\n" .
	"\tcr          = '$component_cr{$name}';\n" .
	"\targ         = '$component_arg{$name}';\n" .
	"\trepetitions =  $component_rep{$name} ;\n" .
	"end\n";

    close (OUT);
}


MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]