Overview
Comment: | Now only writes to type.sh and cbg.m when causality is completed. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
55fa7613d6ccff54ac0478a3bd1bbb87 |
User & Date: | gawthrop@users.sourceforge.net on 2001-07-23 23:20:27 |
Other Links: | branch diff | manifest | tags |
Context
2001-07-23
| ||
23:24:02 | Now only writes to type.sh and cbg.m when causality is complete check-in: 33a3339bf7 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
23:20:27 | Now only writes to type.sh and cbg.m when causality is completed. check-in: 55fa7613d6 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
05:16:39 | Simple filter for Reduce reserved words in sympar. check-in: f9e5428fcb user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/m/abg2cbg.m from [33b648bc24] to [3c67584895].
︙ | |||
16 17 18 19 20 21 22 23 24 25 26 27 28 29 | 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | + + + | ## [bonds,status] = abg2cbg(system_name, system_type, full_name, port_bonds, infofile) ## ############################################################### ## ## Version control history ## ############################################################### ## ## $Id$ ## ## $Log$ ## ## Revision 1.47 2000/03/20 16:45:26 peterg ## ## *** empty log message *** ## ## ## ## Revision 1.46 2000/02/17 16:14:49 peterg ## ## *** empty log message *** ## ## ## ## Revision 1.45 1999/11/01 03:17:45 peterg ## ## Added extra info - current subsystem ## ## ## ## Revision 1.44 1999/03/11 23:54:11 peterg |
︙ | |||
207 208 209 210 211 212 213 | 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 | - - - - - + + + + + - - - - - | end; ## Are we at the top level of the heirarchy? at_top_level = strcmp(full_name, ''); ## Create a file to contain shell commands which map subsystem types ## onto components |
︙ | |||
484 485 486 487 488 489 490 | 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 | - + - + + + + + + + + - - + - - - - - | if Done<100 mtt_error(sprintf("Unable to complete causality"),errorfile); end; endif # at_top_level |