Skip to content
Snippets Groups Projects
Commit 0c198914 authored by Roberto Susino's avatar Roberto Susino
Browse files

Fix code typo in the interpol_param.pro routine

parent 7e46e744
No related branches found
No related tags found
No related merge requests found
...@@ -32,5 +32,5 @@ function interpol_param, table, par_name, date, empty_params = empty_params ...@@ -32,5 +32,5 @@ function interpol_param, table, par_name, date, empty_params = empty_params
journal, 'Error 03: interpolation of HK parameter ' + par_name.trim() + ' failed.' journal, 'Error 03: interpolation of HK parameter ' + par_name.trim() + ' failed.'
journal journal
exit, status = 3 exit, status = 3
endif endelse
end end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment