Overview
Comment:Octave continuation character changed to ellipsis
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: cad160b43ec99ae7599001e7974c5bf0b4330cbdb063797929d16cd1ac000f46
User & Date: geraint@users.sourceforge.net on 2014-08-02 16:48:56.000
Other Links: branch diff | manifest | tags
Context
2014-08-02
17:04:46
Changed continuation character in m file header to ellipsis check-in: 5522352a6d user: geraint@users.sourceforge.net tags: origin/master, trunk
16:48:56
Octave continuation character changed to ellipsis check-in: cad160b43e user: geraint@users.sourceforge.net tags: origin/master, trunk
16:36:14
Replaced continuation character in lib m files, except PPP and Control check-in: 67e34974df user: geraint@users.sourceforge.net tags: origin/master, trunk
Changes
39
40
41
42
43
44
45
46

47
48
49
50
51
52
53
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;

  [bonds,components,n_vector_bonds] = ibg2abg(name,bonds, \
  [bonds,components,n_vector_bonds] = ibg2abg(name,bonds, ...
					      infofile,errorfile)

  ## Write the acausal bond graph m-file
  write_abg(name,bonds,components,n_vector_bonds);
EOF

# Set the units for the abg file

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