mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-06 15:04:11 +00:00
Removed warnings
This commit is contained in:
parent
3f7fb99f58
commit
532702f7fb
43 changed files with 191 additions and 142 deletions
|
|
@ -269,7 +269,6 @@ void Trace::fillFromDatapoints(std::map<QString, Trace *> traceSet, const std::v
|
|||
// add new points to traces
|
||||
for(auto d : data) {
|
||||
Trace::Data td;
|
||||
auto S = d.toSparam(1, 2);
|
||||
td.x = d.frequency;
|
||||
for(auto m : d.measurements) {
|
||||
td.y = m.second;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue