Overview
Comment:Changed continuation character in m file header to ellipsis
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 5522352a6d2138b49543f16e1ba09a0c5434b79c346fd1c2894ed04d26ef72d4
User & Date: geraint@users.sourceforge.net on 2014-08-02 17:04:46.000
Other Links: branch diff | manifest | tags
Context
2014-09-04
17:58:59
Continuation character check-in: 88edfa1a0f user: geraint@users.sourceforge.net tags: origin/master, trunk
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
Changes
40
41
42
43
44
45
46
47
48


49
50
51
52
53
54
55
40
41
42
43
44
45
46


47
48
49
50
51
52
53
54
55







-
-
+
+







  ## Interpret the connections from the fig version
  [rbonds,rstrokes,rcomponents,port_coord,port_name,port_list] = $1_rbg;
  [n_ports, junk] = size(port_list);
  
  ## Strip the directional information
  rbonds = rbonds(:,1:6);
  
  [bonds] = \
      rbg2ibg(name,rbonds,rstrokes,rcomponents,port_coord,port_name, \
  [bonds] = ...
      rbg2ibg(name,rbonds,rstrokes,rcomponents,port_coord,port_name, ...
	      infofile,errorfile);
  
  ## Write the intermediate bond graph m-file
  write_ibg(name,bonds);
EOF

# Errors and info

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