Overview
Comment: | Force n_vector_bonds to be a column vector. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
c4cde35a4fae07bd950f2100a65e69ec |
User & Date: | geraint@users.sourceforge.net on 2004-02-20 20:44:37 |
Other Links: | branch diff | manifest | tags |
Context
2004-02-23
| ||
21:47:50 | [ 898904 ] Remove mex dependency for RTW check-in: b0c1988a3a user: geraint@users.sourceforge.net tags: origin/master, trunk | |
2004-02-20
| ||
20:44:37 | Force n_vector_bonds to be a column vector. check-in: c4cde35a4f user: geraint@users.sourceforge.net tags: origin/master, trunk | |
20:42:40 | Initialize Flipped.cons with [] instead of "". check-in: b8bebc4f7b user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/m/ibg2abg.m from [04eb14e49f] to [1ac4c95a71].
︙ | ︙ | |||
445 446 447 448 449 450 451 | ########################## ## write n_vector_bonds ## ########################## if (struct_contains(comp_s, "comp")) for [comp, comp_name] = comp_s.comp | | | 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 | ########################## ## write n_vector_bonds ## ########################## if (struct_contains(comp_s, "comp")) for [comp, comp_name] = comp_s.comp n_vector_bonds(comp.index,1) = comp.n_bonds; endfor endif disp("-- finished writing n_vector_bonds --") n_vector_bonds ########################################### |
︙ | ︙ |