Overview
Comment:Whoops - FP bonds are p and f (in that order)
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: d6fc60bf8dc47656b704613fad89befae0414bd149dc11bc26bd026b5e8ada7b
User & Date: gawthrop@users.sourceforge.net on 1998-06-29 12:16:05
Other Links: branch diff | manifest | tags
Context
1998-06-29
13:05:08
Changed cieqn so that sign ignored. check-in: 2619ce9b12 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
12:16:05
Whoops - FP bonds are p and f (in that order) check-in: d6fc60bf8d user: gawthrop@users.sourceforge.net tags: origin/master, trunk
12:13:36
Changed FP ports to f and p check-in: a1cdb9187a user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/lib/comp/simple/comp_ports.m from [9d2ba2c1c7] to [1d260a6964].

10
11
12
13
14
15
16



17
18
19
20
21
22
23
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26







+
+
+









% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% Version control history
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% $Id$
% %% $Log$
% %% Revision 1.7  1998/06/29 12:13:36  peterg
% %% Changed FP ports to f and p
% %%
% %% Revision 1.6  1998/06/29 09:55:17  peterg
% %% Changed name to FP from ES
% %%
% %% Revision 1.5  1998/04/12 15:01:53  peterg
% %% Converted to uniform port notation - always use []
% %%
% %% Revision 1.4  1998/03/31 08:39:31  peterg
46
47
48
49
50
51
52
53

54
55
56
57
58
59
60
49
50
51
52
53
54
55

56
57
58
59
60
61
62
63







-
+







elseif length(findstr(comp_type,one_ports))==1
  ports = ['[in]'];
elseif length(findstr(comp_type,two_ports))==1
  ports = ['[in]';'[out]'];
elseif length(findstr(comp_type,'[-EMTF-]'))==1
  ports = ['[in]';'[out]';'[mod]'];
elseif length(findstr(comp_type,'[-FP-]'))==1
  ports = ['[f]';'[p]'];
  ports = ['[p]';'[f]'];
elseif length(findstr(comp_type,'[-PS-]'))==1
  ports = ['[in]';'[out]';'[power]'];
elseif length(findstr(comp_type,N_ports))==1
  if N==1
    ports = ['[in]'];
  elseif N==2
    ports = ['[in]';'[out]'];


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