This commit is contained in:
2010-09-28 16:59:33 +00:00
parent 0efa235f79
commit 09bcde4bef
2 changed files with 17 additions and 14 deletions

View File

@@ -101,10 +101,6 @@ namespace DataLoader
}
else
{
// if the type == 0, i.e. procedure with optional step number and the procedure does not include
// the default A0 section, point to the procedure:
if (itype == 0 && thekey.EndsWith("A0")) // may have to process these at end?
Console.WriteLine("here");
if (itype > 6) itype--; // Corrected to match transformat table (16-bit skips type 6 because it's an outside transition)
if (dicTrans_ItemDone.ContainsKey(thekey))
{