column for cautions/notes

added call to genfmt fix
This commit is contained in:
2014-01-03 15:52:19 +00:00
parent 6dfd259d42
commit 22ad34c24e
2 changed files with 31 additions and 0 deletions

View File

@@ -178,6 +178,9 @@ namespace fmtxml
case "CATADEV.FMT":
AddCATADEVfmt(ref fmtdata);
break;
case "GEN.FMT":
AddGENfmt(ref fmtdata);
break;
}
}