Index: mttroot/mtt/lib/examples/Hybrid/Clutch/Clutch_input.txt ================================================================== --- mttroot/mtt/lib/examples/Hybrid/Clutch/Clutch_input.txt +++ mttroot/mtt/lib/examples/Hybrid/Clutch/Clutch_input.txt @@ -4,12 +4,15 @@ # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% 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) +clutch__e = 1.0; # e (Default value) Index: mttroot/mtt/lib/examples/Hybrid/Clutch/Clutch_logic.txt ================================================================== --- mttroot/mtt/lib/examples/Hybrid/Clutch/Clutch_logic.txt +++ mttroot/mtt/lib/examples/Hybrid/Clutch/Clutch_logic.txt @@ -4,10 +4,13 @@ ############################################################### ## 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 @@ -16,6 +19,6 @@ ## Initial revision ## ############################################################### # Set the switches -clutch_drive_clutch_mtt_switch_logic = ((t >= 5)&&(t < 15)); # +clutch__drive__clutch__mtt_switch_logic = ((t >= 5)&&(t < 15)); #