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: ffc8f255c0c1a622fcc638608c97835f9f182cad8bbcc63cc975852f4ffd40d7
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: e03be5d993 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: ffc8f255c0 user: geraint@users.sourceforge.net tags: origin/master, trunk
16:48:56
Octave continuation character changed to ellipsis check-in: 293a80c42a 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 ]