Overview
Comment:Fixed causality bug.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 2e3c2adce62e400819f38cbf2f0315224f1259181f48321aed37386b1ff49950
User & Date: gawthrop@users.sourceforge.net on 1997-09-12 09:42:12
Other Links: branch diff | manifest | tags
Context
1997-09-16
14:56:07
Initial revision check-in: 6b86b5a8da user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1997-09-12
09:42:12
Fixed causality bug. check-in: 2e3c2adce6 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1997-09-11
17:08:46
Added spreadsheet version of odeso check-in: b6f93e8974 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

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

15
16
17
18
19
20
21



22
23
24
25
26
27
28
29
30


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



% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


% 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,:);
[bonds,status] = TF_cause(bonds);
bonds(2,:) = - bonds(2,:);







>
>
>






|

|
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);


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