Overview
Comment:Initialize Flipped.cons with [] instead of "".
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: b8bebc4f7bb5eb86076ca8f44d142ccf7d8c58f8c10c02a321e2b39b3bb2e667
User & Date: geraint@users.sourceforge.net on 2004-02-20 20:42:40
Other Links: branch diff | manifest | tags
Context
2004-02-20
20:44:37
Force n_vector_bonds to be a column vector. check-in: c4cde35a4f user: geraint@users.sourceforge.net tags: origin/master, trunk
20:42:40
Initialize Flipped.cons with [] instead of "". check-in: b8bebc4f7b user: geraint@users.sourceforge.net tags: origin/master, trunk
15:53:00
<mtt_model_name>_ae returns void, not double *. check-in: 3c29ac88b7 user: geraint@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/trans/m/abg2cbg.m from [559de756c4] to [e07b1fc091].

16
17
18
19
20
21
22



23
24
25
26
27
28
29
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32







+
+
+







  ## [bonds,status] = abg2cbg(system_name, system_type, full_name, port_bonds, infofile)

  ## ###############################################################
  ## ## Version control history
  ## ###############################################################
  ## ## $Id$
  ## ## $Log$
  ## ## Revision 1.50  2003/03/13 15:18:39  gawthrop
  ## ## Now uses __ to delimit subsystems in names.
  ## ##
  ## ## Revision 1.49  2001/07/26 05:02:53  geraint
  ## ## Now writes cbg.fig when under-causal (again).
  ## ##
  ## ## Revision 1.48  2001/07/23 23:20:27  gawthrop
  ## ## Now only writes to type.sh and cbg.m when causality is completed.
  ## ##
  ## ## Revision 1.47  2000/03/20 16:45:26  peterg
289
290
291
292
293
294
295
296

297
298
299
300
301
302
303
292
293
294
295
296
297
298

299
300
301
302
303
304
305
306







-
+







  ##    return
  ##  end;


  
  ## Coerce the port (SS:[]) component bonds to have the same direction as
  ## of the bonds in the encapsulating system -- but not at top level
  Flipped.ports="";Flipped.subs="";Flipped.cons="";
  Flipped.ports="";Flipped.subs="";Flipped.cons=[];
  
  if (n_ports>0)&&(!at_top_level) # Coerce directions
    for i=1:n_ports
      name = deblank(ABG.portlist(i,:)); # Name of this port
      eval(["port = ABG.ports.",name,";"]); # Extract port info
      disp ("----");
      i


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