Differences From Artifact [04eb14e49f]:
- File
mttroot/mtt/bin/trans/m/ibg2abg.m
— part of check-in
[40803ca7e2]
at
2003-10-11 15:08:54
on branch origin/master
— mtt -ibg Clutch odeso view now works!
The order in which bonds are listed in each row of the connection/components matrix matters.
Bonds with SS components at the other end are listed first (in order?). (user: geraint@users.sourceforge.net, size: 13859) [annotate] [blame] [check-ins using] [more...]
To Artifact [1ac4c95a71]:
- File mttroot/mtt/bin/trans/m/ibg2abg.m — part of check-in [b4a540438c] at 2004-02-20 20:44:37 on branch origin/master — Force n_vector_bonds to be a column vector. (user: geraint@users.sourceforge.net, size: 13861) [annotate] [blame] [check-ins using] [more...]
︙ | |||
445 446 447 448 449 450 451 | 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 |
︙ |