mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-06 23:13:43 +00:00
Removed warnings
This commit is contained in:
parent
3f7fb99f58
commit
532702f7fb
43 changed files with 191 additions and 142 deletions
|
|
@ -161,9 +161,9 @@ void Deembedding::swapOptions(unsigned int index)
|
|||
std::swap(options[index], options[index+1]);
|
||||
}
|
||||
|
||||
std::set<int> Deembedding::getAffectedPorts()
|
||||
std::set<unsigned int> Deembedding::getAffectedPorts()
|
||||
{
|
||||
set<int> ret;
|
||||
set<unsigned int> ret;
|
||||
for(auto o : options) {
|
||||
auto affected = o->getAffectedPorts();
|
||||
ret.insert(affected.begin(), affected.end());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue