File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed
Source/Orts.Simulation/Simulation/RollingStocks/SubSystems/PowerTransmissions Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -972,29 +972,6 @@ public virtual void Update(float timeSpan)
972
972
TrainSpeedMpS = 10 / 3.6f ;
973
973
Polach . Update ( ) ;
974
974
axleStaticForceN = AxleWeightN * SlipCharacteristics ( 0 ) ;
975
-
976
- /*
977
- double[] spd = new double[50];
978
- double[] adh = new double[50];
979
- for (int i = 0; i < spd.Length; i++)
980
- {
981
- spd[i] = i / (float)spd.Length;
982
- adh[i] = SlipCharacteristics(spd[i]);
983
- }
984
- for (int i = 0; i < spd.Length; i++)
985
- {
986
- Console.Write(spd[i]);
987
- Console.Write(" ");
988
- }
989
- Console.WriteLine("");
990
- Console.WriteLine("");
991
- for (int i = 0; i < spd.Length; i++)
992
- {
993
- Console.Write(adh[i]);
994
- Console.Write(" ");
995
- }
996
- Console.WriteLine("");
997
- */
998
975
}
999
976
1000
977
motor ? . Update ( timeSpan ) ;
You can’t perform that action at this time.
0 commit comments