From adcee856b3628f013d31ed890bf1a28cb4d688cd Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 30 Oct 2018 08:50:24 +0100 Subject: Output same YAML structure for ETI and FIC analysis --- src/etianalyse.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/etianalyse.cpp') diff --git a/src/etianalyse.cpp b/src/etianalyse.cpp index 8ba1924..8619a59 100644 --- a/src/etianalyse.cpp +++ b/src/etianalyse.cpp @@ -681,6 +681,9 @@ void ETI_Analyser::fic_analyse() break; } + printf("---\n"); + printvalue("LIDATA", 0); + printvalue("FIC", 1); printsequencestart(2); printvalue("FIB", 3, "", to_string(i)); figs.set_fib(i); -- cgit v1.2.3