Differences From Artifact [9b7bce455b]:
- Executable file mttroot/mtt/bin/trans/ibg2abg_m — part of check-in [b876b6cd30] at 2005-02-18 14:45:09 on branch origin/master — typo. (user: geraint@users.sourceforge.net, size: 2878) [annotate] [blame] [check-ins using] [more...]
To Artifact [6f2e346232]:
- Executable file mtt/bin/trans/ibg2abg_m — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 2880) [annotate] [blame] [check-ins using] [more...]
- Executable file mttroot/mtt/bin/trans/ibg2abg_m — part of check-in [293a80c42a] at 2014-08-02 16:48:56 on branch origin/master — Octave continuation character changed to ellipsis (user: geraint@users.sourceforge.net, size: 2880) [annotate] [blame] [check-ins using]
| ︙ | |||
39 40 41 42 43 44 45 | 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | - + |
infofile = fopen('mtt_info.txt', 'wt');
errorfile = fopen('mtt_error.txt', 'wt');
## Interpret data from the ibg representation
ibonds = $1_ibg;
bonds = ibonds.bonds;
|
| ︙ |