Changes for Comanche Peak Deviation format

Added Purpose and Entry section type and other format tweaks
This commit is contained in:
2013-10-03 12:11:17 +00:00
parent e0b20d8ab1
commit dd0b9627cc
2 changed files with 56 additions and 2 deletions

View File

@@ -136,6 +136,9 @@ namespace fmtxml
case "TUEC.FMT":
AddTuecfmt(ref fmtdata);
break;
case "TUECDEV.FMT":
AddTuecDevfmt(ref fmtdata);
break;
}
}