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: 71d7eda30362fc16d751eb28bffc28edca6805ab247d325558e1f7deff9265e8
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: 5317e015fc 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: 71d7eda303 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: 2e80a3142e 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
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






|







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


MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]