Overview
Comment: | Updated documentation |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
de514a36e758f851d54f6bf1b1cf00ab |
User & Date: | gawthrop@users.sourceforge.net on 1998-06-29 09:58:54 |
Other Links: | branch diff | manifest | tags |
Context
1998-06-29
| ||
10:08:14 |
Converted to FP component Removed lables from FP check-in: d52a064e68 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
09:58:54 | Updated documentation check-in: de514a36e7 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
09:56:24 | Changed name to FP from ES check-in: 0c864405c8 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/comp/simple/FP_cause.m from [3636e92144] to [95df5297d9].
1 2 3 | function [bonds,status] = FP_cause(bonds); % Causality for FP component | | | | > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | function [bonds,status] = FP_cause(bonds); % Causality for FP component %SUMMARY FP: converts true bond to a pseudo bond with power flow as flow %DESCRIPTION Port [f]: True bond with a flow covariable %DESCRIPTION Port [p]: Pseudo bond with power (ef) as flow variable % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %% Revision 1.2 1998/06/29 09:56:24 peterg % %% Changed name to FP from ES % %% % %% Revision 1.1 1998/06/29 09:56:02 peterg % %% Initial revision % %% % %% Revision 1.1 1997/09/04 08:34:53 peterg % %% Initial revision % %% % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
︙ | ︙ |