Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RTKLIB
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
labrobotica
algorithms
RTKLIB
Commits
b8afc9c1
Commit
b8afc9c1
authored
7 years ago
by
TimEverett
Browse files
Options
Downloads
Patches
Plain Diff
Add missing var name change from last check-in
parent
1b0b96b1
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/rtknavi/naviopt.dfm
+2
-2
2 additions, 2 deletions
app/rtknavi/naviopt.dfm
app/rtknavi/naviopt.h
+1
-1
1 addition, 1 deletion
app/rtknavi/naviopt.h
with
3 additions
and
3 deletions
app/rtknavi/naviopt.dfm
+
2
−
2
View file @
b8afc9c1
...
...
@@ -698,13 +698,13 @@ object OptDialog: TOptDialog
'OFF'
'ON')
end
object
ARThres1
: TEdit
object
MaxPosVarAR
: TEdit
Left = 247
Top = 278
Width = 75
Height = 21
TabOrder = 22
Text = '0.
999
'
Text = '0.
1
'
end
object RcvStds: TComboBox
Left = 325
...
...
This diff is collapsed.
Click to expand it.
app/rtknavi/naviopt.h
+
1
−
1
View file @
b8afc9c1
...
...
@@ -231,7 +231,7 @@ __published:
TEdit
*
MinFixSats
;
TEdit
*
MinHoldSats
;
TComboBox
*
ARFilter
;
TEdit
*
ARThres1
;
TEdit
*
MaxPosVarAR
;
TLabel
*
Label50
;
TComboBox
*
RcvStds
;
TEdit
*
MinDropSats
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment