diff --git a/Software/PC_Application/LibreVNA-GUI/Traces/trace.cpp b/Software/PC_Application/LibreVNA-GUI/Traces/trace.cpp index c0c30fb..df0b237 100644 --- a/Software/PC_Application/LibreVNA-GUI/Traces/trace.cpp +++ b/Software/PC_Application/LibreVNA-GUI/Traces/trace.cpp @@ -335,7 +335,7 @@ void Trace::fillFromDatapoints(std::map traceSet, const std::v if(!deembedded) { traceSet[measurement]->addData(td, DataType::Frequency); } else { - traceSet[measurement]->addDeembeddingData(td); + traceSet[measurement]->addDeembeddingData(td, d.Z0); } } }