Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
Rugged
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Orekit
Rugged
Commits
72e15fff
Commit
72e15fff
authored
6 years ago
by
Guylaine Prat
Browse files
Options
Downloads
Patches
Plain Diff
Remove useless configuration flag.
parent
af0c67ea
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/org/orekit/rugged/refraction/AtmosphericRefraction.java
+0
-14
0 additions, 14 deletions
...a/org/orekit/rugged/refraction/AtmosphericRefraction.java
with
0 additions
and
14 deletions
src/main/java/org/orekit/rugged/refraction/AtmosphericRefraction.java
+
0
−
14
View file @
72e15fff
...
@@ -39,12 +39,6 @@ public abstract class AtmosphericRefraction {
...
@@ -39,12 +39,6 @@ public abstract class AtmosphericRefraction {
*/
*/
private
boolean
mustBeComputed
=
true
;
private
boolean
mustBeComputed
=
true
;
/** Flag to tell if we must compute the correction (for direct location) with an optimization grid.
* By default: optimization is not set up.
* @since 2.1
*/
private
boolean
isOptimized
=
false
;
/** The current atmospheric parameters.
/** The current atmospheric parameters.
* @since 2.1
* @since 2.1
*/
*/
...
@@ -119,14 +113,6 @@ public abstract class AtmosphericRefraction {
...
@@ -119,14 +113,6 @@ public abstract class AtmosphericRefraction {
return
mustBeComputed
;
return
mustBeComputed
;
}
}
/** Tell if the computation (for direct location) must be optimized.
* @return true if computation must be optimized; false otherwise
* @since 2.1
*/
public
boolean
isOptimized
()
{
return
isOptimized
;
}
/** Configuration of the interpolation grid. This grid is associated to the given sensor,
/** Configuration of the interpolation grid. This grid is associated to the given sensor,
* with the given min and max lines.
* with the given min and max lines.
* @param sensor line sensor
* @param sensor line sensor
...
...
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