379380381382383384385386387388389390
edw.writeEpochDataAsDAL(); } if (gc.isCombinedDataGenerationEnabled()) { CombinedDataWriter cdw = new CombinedDataWriter(mdbo.getCombinedData(), gc.getOutputDALFormat()); cdw.writeCombinedDataAsDAL(); } // Close and free GT } catch (Exception e) {