Overview
Comment: | Documentation. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
7608f193566e13230e94fae92898775e |
User & Date: | gawthrop@users.sourceforge.net on 1996-11-01 11:40:30 |
Other Links: | branch diff | manifest | tags |
Context
1996-11-01
| ||
11:46:11 | Documentation check-in: fb18da2a6f user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
11:40:30 | Documentation. check-in: 7608f19356 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
1996-10-31
| ||
20:48:41 |
Revised html generation. Stopped deletion of rep.txt file. check-in: fa0dfdeafb user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/comp/simple/AE_cause.m from [74ff2edf34] to [6e46e18e0c].
1 | function [bonds,status] = AE_cause(bonds); | | > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | function [bonds,status] = AE_cause(bonds); % AE_cause - Causality for effort amplifier component % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %%%%% Model Transformation Tools %%%%% % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % Matlab function AE_cause % [bonds,status] = AE_cause(bonds) %SUMMARY AE: effort amplifier %DESCRIPTION Port[1]: amplifier effort input e_1 (f_1=0) %DESCRIPTION Port[2]: amplifier effort output e_2 % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %% Revision 1.1 1996/08/30 19:05:21 peter % %% Initial revision % %% % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Copyright (c) P.J. Gawthrop, 1996. status = -1; |
︙ | ︙ |