Skip to content

Commit

Permalink
silence galmonmon a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
berthubert committed Nov 21, 2022
1 parent 2067196 commit b18b5a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions galmonmon.cc
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,9 @@ int main(int argc, char **argv)
string fullName = sv["fullName"];

if(!(gnssid == 2 && sigid==1) &&
!(gnssid == 0 && sigid==0) &&
!(gnssid == 0 && sigid==0) /* &&
!(gnssid == 3 && sigid==0) &&
!(gnssid == 6 && sigid==0))
!(gnssid == 6 && sigid==0) */)
continue;

int numfresh=0;
Expand Down

0 comments on commit b18b5a9

Please sign in to comment.