Search:
Login
Preferences
Help/Guide
About Trac
Register
Forgot your password?
Wiki
Timeline
Changelog
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
10316
in ntrip for
trunk/BNC
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:
Jan 19, 2024, 10:55:41 PM (
14 months
ago)
Author:
stuerze
Message:
bug fixed
File:
1 edited
trunk/BNC/src/rinex/rnxnavfile.cpp
(modified)
(
2 diffs
)
Legend:
Unmodified
Added
Removed
Tabular
Unified
trunk/BNC/src/rinex/rnxnavfile.cpp
¶
r9945
r10316
246
246
continue;
247
247
}
248
if (version() >=
4
.0) {
248
if (version() >=
5
.0) {
249
249
if (eph->setNavType(navTypeStr) != success) {
250
250
delete eph;
…
…
252
252
}
253
253
}
254
254
255
_ephs.push_back(eph);
255
256
}
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive