Overview
Comment: | Updated names with double underscore. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
72a0d88bd4cc555cee7e75af6b3c5c03 |
User & Date: | geraint@users.sourceforge.net on 2003-04-12 19:23:15 |
Other Links: | branch diff | manifest | tags |
Context
2003-04-12
| ||
21:06:26 | *** empty log message *** check-in: 592b2dc722 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
19:23:15 | Updated names with double underscore. check-in: 72a0d88bd4 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
2003-04-03
| ||
10:15:49 | Now changes 110-1 to 109, not 19, etc. check-in: 435cbc1806 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/examples/Hybrid/Clutch/Clutch_input.txt from [f5d5f54f0f] to [bd0caf2748].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # Numerical parameter file (Clutch_input.txt) # Generated by MTT at Thu Jul 3 12:17:46 BST 1997 # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% Version control history # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% $Id$ # %% $Log$ # %% Revision 1.1 2000/05/19 07:10:03 peterg # %% Initial revision # %% # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # Set the inputs | > > > | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | # Numerical parameter file (Clutch_input.txt) # Generated by MTT at Thu Jul 3 12:17:46 BST 1997 # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% Version control history # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% $Id$ # %% $Log$ # %% Revision 1.2 2002/09/29 13:47:35 geraint # %% Updated names. # %% # %% Revision 1.1 2000/05/19 07:10:03 peterg # %% Initial revision # %% # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # Set the inputs clutch__e = 1.0; # e (Default value) |
Modified mttroot/mtt/lib/examples/Hybrid/Clutch/Clutch_logic.txt from [905d628bb3] to [581d8453ec].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | # -*-octave-*- Put Emacs into octave-mode # Simulation parameters for system Clutch (Clutch_logic.txt) # Generated by MTT on Thu May 18 12:29:15 BST 2000. ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.2 2001/10/05 11:24:35 gawthrop ## Updated for new mtt features - input.txt etc ## ## Revision 1.1 2000/05/19 07:11:36 peterg ## Initial revision ## ## Revision 1.1 2000/05/18 11:29:58 peterg ## Initial revision ## ############################################################### # Set the switches | > > > | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | # -*-octave-*- Put Emacs into octave-mode # Simulation parameters for system Clutch (Clutch_logic.txt) # Generated by MTT on Thu May 18 12:29:15 BST 2000. ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.3 2002/09/29 13:47:35 geraint ## Updated names. ## ## Revision 1.2 2001/10/05 11:24:35 gawthrop ## Updated for new mtt features - input.txt etc ## ## Revision 1.1 2000/05/19 07:11:36 peterg ## Initial revision ## ## Revision 1.1 2000/05/18 11:29:58 peterg ## Initial revision ## ############################################################### # Set the switches clutch__drive__clutch__mtt_switch_logic = ((t >= 5)&&(t < 15)); # |