Overview
Comment:Added a - sign on the first line -- bug fix.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 221a1fe57c47275af150561cfd987f90444cc4b2605a5d7a2a6d8aedea87305a
User & Date: gawthrop@users.sourceforge.net on 1998-05-28 09:59:45
Other Links: branch diff | manifest | tags
Context
1998-06-01
15:42:13
Initial revision check-in: 49fba9c33b user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1998-05-28
09:59:45
Added a - sign on the first line -- bug fix. check-in: 221a1fe57c user: gawthrop@users.sourceforge.net tags: origin/master, trunk
09:36:38
--version and --versions switch check-in: 6575fba5e9 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/lib/comp/simple/GY_cause.m from [edd5b78d0f] to [eeb1062035].

15
16
17
18
19
20
21



22
23
24
25
26
27
28
29
30
31
32
33


% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% Version control history
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% $Id$
% %% $Log$



% %% Revision 1.1  1996/11/01  12:04:25  peterg
% %% Initial revision
% %% 
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


% Copyright (c) P.J. Gawthrop, 1996.

%Causality of GY is same as that of a TF but with flipped effort/flow
bonds(2,:) = bonds(2,2:-1:1);
[bonds,status] = TF_cause(bonds);
bonds(2,:) = - bonds(2,2:-1:1);







>
>
>









|


15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36


% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% Version control history
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% $Id$
% %% $Log$
% %% Revision 1.2  1997/09/12  09:42:12  peterg
% %% Fixed causality bug.
% %%
% %% Revision 1.1  1996/11/01  12:04:25  peterg
% %% Initial revision
% %% 
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


% Copyright (c) P.J. Gawthrop, 1996.

%Causality of GY is same as that of a TF but with flipped effort/flow
bonds(2,:) = - bonds(2,2:-1:1);
[bonds,status] = TF_cause(bonds);
bonds(2,:) = - bonds(2,2:-1:1);


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