Overview
Comment: | Non-repetitive components no longer use _1 in names |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
adbb1b266ebd097930a04b5b4c7f0ea9 |
User & Date: | gawthrop@users.sourceforge.net on 2002-05-22 09:15:03 |
Other Links: | branch diff | manifest | tags |
Context
2002-05-22
| ||
09:35:49 | Added insertor variable to stop sh-mode font-lock from getting hopelessly confused by embedded C++. check-in: 0d28f04970 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
09:15:03 | Non-repetitive components no longer use _1 in names check-in: adbb1b266e user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
07:33:11 | New collocated P controller check-in: 143bdcdf29 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/m/cbg2ese.m from [31625fa4e2] to [5555616c89].
︙ | |||
19 20 21 22 23 24 25 26 27 28 29 30 31 32 | 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | + + + | ## Structure matrix [states,nonstates,inputs,outputs,zero_outputs] ## ############################################################### ## ## Version control history ## ############################################################### ## ## $Id$ ## ## $Log$ ## ## Revision 1.44 2001/11/11 18:12:30 geraint ## ## Moved fflush(structure_file) out of loop. ## ## ## ## Revision 1.43 2001/11/11 08:32:00 geraint ## ## fflush (structure_file). ## ## ## ## Revision 1.42 2001/04/23 16:23:30 gawthrop ## ## Now stips ; from bottlom level argument list - allows aliasing of ## ## parts of a,b,c (eg a,b by using a,b;c ## ## |
︙ | |||
190 191 192 193 194 195 196 | 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 | + + - - + + + + + + + + | ## Create the (full) system name if at_top_level full_name = system_name; full_name_repetition = system_name; system_type = system_name; else full_name = [full_name, "_", system_name]; if (repetition>1) |
︙ | |||
369 370 371 372 373 374 375 | 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 | + + - - + + + + + + + + + | eval(["subABG = ",subsystem.type , "_abg;"]); # Get the information ## Link up the bonds for this compound component fprintf(ese_file, ... "\n\t%s Equations linking up subsystem %s (%s)\n\n", ... pc, comp_name, subsystem.type); if (k>1) |
︙ |