Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Orekit
Orekit
Commits
15fae4b8
Commit
15fae4b8
authored
Jan 22, 2023
by
Luc Maisonobe
Browse files
Throw an exception for methods not really implemented.
parent
90ad5112
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/orekit/utils/ParameterDriver.java
View file @
15fae4b8
...
...
@@ -686,7 +686,7 @@ public class ParameterDriver {
*/
public
double
getValueContinuousEstimation
(
final
AbsoluteDate
date
)
{
//TODO
return
getValueStepEstima
tion
(
date
);
throw
new
UnsupportedOperationExcep
tion
();
}
/** Get the value as a gradient at special date.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment