Overview
Comment: | Fixed error and added test system |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
722c46077486afba1ac69666a54c0d0e |
User & Date: | gawthrop@users.sourceforge.net on 2001-08-10 16:20:43 |
Other Links: | branch diff | manifest | tags |
Context
2001-08-24
| ||
21:41:04 | Fixed problem with declaration when there are no numerical parameters. check-in: 64f9e9b57d user: geraint@users.sourceforge.net tags: origin/master, trunk | |
2001-08-10
| ||
16:20:43 | Fixed error and added test system check-in: 722c460774 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
16:19:06 | Tidied up the optimisation stuff check-in: ca9ae39eaa user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/comp/compound/Sensitivity/sTF/sTF_lbl.txt from [391ac2dca0] to [6977eeb4be].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | %% Label file for system sTF (sTF_lbl.txt) %SUMMARY sTF TF component with sensitivity ports %DESCRIPTION <Detailed description here> % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %% Revision 1.2 1999/08/26 01:22:25 peterg % %% New alias $1 flow,k % %% % %% Revision 1.1 1999/08/26 00:15:58 peterg % %% Initial revision % %% % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | %% Label file for system sTF (sTF_lbl.txt) %SUMMARY sTF TF component with sensitivity ports %DESCRIPTION <Detailed description here> % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %% Revision 1.3 1999/08/26 01:34:59 peterg % %% Summary line added % %% % %% Revision 1.2 1999/08/26 01:22:25 peterg % %% New alias $1 flow,k % %% % %% Revision 1.1 1999/08/26 00:15:58 peterg % %% Initial revision % %% % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
︙ | ︙ | |||
29 30 31 32 33 34 35 | % a comment (ie starting with %) % component-name cr_name arg1,arg2,..argn % blank % ---- Component labels ---- % Component type AE | | | 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 | % a comment (ie starting with %) % component-name cr_name arg1,arg2,..argn % blank % ---- Component labels ---- % Component type AE ae lin effort,-k_s % Component type AF af lin flow,k_s % Component type SS [Actual_in] SS external,external [Actual_out] SS external,external [Sens_in] SS external,external [Sens_out] SS external,external % Component type TF actual lin flow,k sens lin flow,k |
Added mttroot/mtt/lib/comp/compound/Sensitivity/sTF/testsTF_abg.fig version [136b338a92].
> > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | #FIG 3.2 Portrait Center Metric A4 100.00 Single -2 1200 2 2 1 0 2 0 7 100 0 -1 0.000 0 0 -1 0 0 3 4725 2925 6075 2925 5850 3150 2 1 0 2 0 7 100 0 -1 0.000 0 0 -1 0 0 2 2250 2700 2250 3150 2 1 0 2 0 7 100 0 -1 0.000 0 0 -1 0 0 3 2250 2925 3600 2925 3375 3150 4 1 0 100 0 18 18 0.0000 4 210 930 4185 3060 sTF:stf\001 4 1 0 100 0 18 18 0.0000 4 270 1050 1620 3015 SS:ss_1\001 4 1 0 100 0 18 18 0.0000 4 270 1050 6750 3015 SS:ss_2\001 4 1 4 100 0 18 14 0.0000 4 210 450 2385 2700 [1,2]\001 4 1 4 100 0 18 14 0.0000 4 210 450 6030 2790 [1,2]\001 |
Added mttroot/mtt/lib/comp/compound/Sensitivity/sTF/testsTF_lbl.txt version [11d70877b9].
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 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 30 31 32 33 34 | #SUMMARY testsTF #DESCRIPTION Detailed description here ## System testsTF, representation lbl, language txt ## File testsTF_lbl.txt ## Generated by MTT on Thu Aug 9 12:38:50 BST 2001 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ############################################################### ## Port aliases ## Argument aliases #ALIAS $1 k #ALIAS $2 k_s ## Each line should be of one of the following forms: ## a comment (ie starting with #) ## component-name cr_name arg1,arg2,..argn ## blank ## ---- Component labels ---- ## Component type ss_1 SS external,external ss_2 SS external,external ## Component type sTF stf slin flow,n;n_s |