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: 7d91b853bb7b5558f1b09a763dac315761e0d5b57813f36c55fb61cd1a190964
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: 3e3724adcd user: geraint@users.sourceforge.net tags: origin/master, trunk
00:54:03
Fixed punctuation in cmp.m check-in: 7d91b853bb user: geraint@users.sourceforge.net tags: origin/master, trunk
00:02:57
Uses lbl2cmp_txt2m.pl to generate _cmp.m. check-in: 2bc558c034 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 ]