aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Emulations/Emulators
diff options
context:
space:
mode:
authorRoy <Roy.mail.net@gmail.com>2023-07-24 16:36:09 +0300
committerRoy <Roy.mail.net@gmail.com>2023-07-24 16:36:09 +0300
commit4b1f1db1d9bfd53d9fe63e959ac69b7b67a7742d (patch)
tree1425fbb5132cf2217a578966ef517bc9ec66b18e /Software/Visual_Studio/Tango.Emulations/Emulators
parent305a8e79c4b80f0c8578605ceff9514dd04d99d7 (diff)
downloadTango-4b1f1db1d9bfd53d9fe63e959ac69b7b67a7742d.tar.gz
Tango-4b1f1db1d9bfd53d9fe63e959ac69b7b67a7742d.zip
Redundant.
Diffstat (limited to 'Software/Visual_Studio/Tango.Emulations/Emulators')
-rw-r--r--Software/Visual_Studio/Tango.Emulations/Emulators/MachineEmulator.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.Emulations/Emulators/MachineEmulator.cs b/Software/Visual_Studio/Tango.Emulations/Emulators/MachineEmulator.cs
index e589d5970..31a7bfcdb 100644
--- a/Software/Visual_Studio/Tango.Emulations/Emulators/MachineEmulator.cs
+++ b/Software/Visual_Studio/Tango.Emulations/Emulators/MachineEmulator.cs
@@ -839,6 +839,8 @@ namespace Tango.Emulations.Emulators
double dryerLength = _machineType == MachineType.Ts1800 ? (job.ProcessParameters.DryerBufferLength * ProcessParametersTable.DRYER_METERS_PER_CYCLE + ProcessParametersTable.DRYER_TO_SPOOL_LENGTH_METERS) : job.ProcessParameters.DryerBufferLength;
+ //TODO Handle First Unit Length Decrease In Emulator!
+
for (int i = 0; i < units; i++)
{