Commit 0c198914 authored by Roberto Susino's avatar Roberto Susino
Browse files

Fix code typo in the interpol_param.pro routine

parent 7e46e744
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
		exit, status = 3
	endif
	endelse
end