diff options
| author | Roy <Roy.mail.net@gmail.com> | 2023-07-24 16:36:09 +0300 |
|---|---|---|
| committer | Roy <Roy.mail.net@gmail.com> | 2023-07-24 16:36:09 +0300 |
| commit | 4b1f1db1d9bfd53d9fe63e959ac69b7b67a7742d (patch) | |
| tree | 1425fbb5132cf2217a578966ef517bc9ec66b18e /Software | |
| parent | 305a8e79c4b80f0c8578605ceff9514dd04d99d7 (diff) | |
| download | Tango-4b1f1db1d9bfd53d9fe63e959ac69b7b67a7742d.tar.gz Tango-4b1f1db1d9bfd53d9fe63e959ac69b7b67a7742d.zip | |
Redundant.
Diffstat (limited to 'Software')
| -rw-r--r-- | Software/Visual_Studio/Tango.Emulations/Emulators/MachineEmulator.cs | 2 |
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++) { |
