Differences From Artifact [2a003e03ef]:
- File mttroot/mtt/bin/trans/m/ibg2abg.m — part of check-in [34a1be3dea] at 2005-02-21 17:39:25 on branch origin/master — Fixed vector junctions. (user: geraint@users.sourceforge.net, size: 16773) [annotate] [blame] [check-ins using] [more...]
To Artifact [5d61fecdc4]:
- File mttroot/mtt/bin/trans/m/ibg2abg.m — part of check-in [71d7eda303] at 2009-06-26 01:09:25 on branch origin/master — Built-in variables must now be set using function calls not assignments (user: geraint@users.sourceforge.net, size: 16772) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | - + | ## -*-octave-*- function [bonds,components,n_vector_bonds] = \ ibg2abg(name,bonds,infofile,errorfile) ## write useful quantity of data to log |
︙ |