Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
L1 pipeline
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Metis scientific pipeline
L1 pipeline
Commits
111d4ac9
Commit
111d4ac9
authored
3 years ago
by
Roberto Susino
Browse files
Options
Downloads
Patches
Plain Diff
Fix error-code typo in interpol_param.pro routine
parent
dd2ad81a
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
interpol_param.pro
+1
-1
1 addition, 1 deletion
interpol_param.pro
with
1 addition
and
1 deletion
interpol_param.pro
+
1
−
1
View file @
111d4ac9
...
@@ -26,7 +26,7 @@ function interpol_param, table, par_name, date, empty_params = empty_params
...
@@ -26,7 +26,7 @@ function interpol_param, table, par_name, date, empty_params = empty_params
if
jul_date
ge
min
(
par_date
)
and
jul_date
le
max
(
par_date
)
then
value
=
interpol
(
float
(
par_val
),
par_date
,
jul_date
)
else
begin
if
jul_date
ge
min
(
par_date
)
and
jul_date
le
max
(
par_date
)
then
value
=
interpol
(
float
(
par_val
),
par_date
,
jul_date
)
else
begin
journal
,
'Error 02: insufficient number of parameter values in house-keeping table.'
journal
,
'Error 02: insufficient number of parameter values in house-keeping table.'
journal
journal
exit
,
status
=
1
exit
,
status
=
2
endelse
endelse
if
finite
(
value
)
then
return
,
value
else
begin
if
finite
(
value
)
then
return
,
value
else
begin
journal
,
'Error 03: interpolation of HK parameter '
+
par_name
.
trim
()
+
' failed.'
journal
,
'Error 03: interpolation of HK parameter '
+
par_name
.
trim
()
+
' failed.'
...
...
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