Overview
Comment: | Built-in variables must now be set using function calls not assignments |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
3d0f1c5cde6cd04d10e73813d06597e6 |
User & Date: | geraint@users.sourceforge.net on 2009-06-26 01:09:25 |
Other Links: | branch diff | manifest | tags |
Context
2009-06-26
| ||
01:09:50 | fancyheadings is deprecated, replaced by fancyhdr check-in: f6c6ec6a91 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
01:09:25 | Built-in variables must now be set using function calls not assignments check-in: 3d0f1c5cde user: geraint@users.sourceforge.net tags: origin/master, trunk | |
01:08:49 |
Octave load path no longer accepts trailing // as recursive. Path is now calculated using find, which is much quicker than Octave's genpath() check-in: 33770423f2 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/m/ibg2abg.m from [2a003e03ef] to [5d61fecdc4].
1 2 3 4 5 6 | ## -*-octave-*- function [bonds,components,n_vector_bonds] = \ ibg2abg(name,bonds,infofile,errorfile) ## write useful quantity of data to log | | | 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 struct_levels_to_print(6); ################################ ## create component structure ## ################################ ## loop over each bond in ibg.m file for [bond, bond_name] = bonds |
︙ | ︙ |