Search:
Login
Preferences
Help/Guide
About Trac
Register
Forgot your password?
Wiki
Timeline
Changelog
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Changeset
Next Changeset
→
Changeset 7571 in ntrip
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Nov 23, 2015, 10:34:47 AM (
9 years
ago)
Author:
stuerze
Message:
small bug fixed in sinex antenna string generation
File:
1 edited
trunk/BNC/src/bncantex.cpp
(modified)
(
2 diffs
)
Legend:
Unmodified
Added
Removed
Tabular
Unified
trunk/BNC/src/bncantex.cpp
¶
r7521
r7571
95
95
96
96
if (antName.find("NULLANTENNA") != string::npos) {
97
QString();
97
return
QString();
98
98
}
99
99
…
…
101
101
102
102
if (_maps.find(antNameQ) == _maps.end()) {
103
QString();
103
return
QString();
104
104
}
105
105
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive