Skip to content

Commit

Permalink
Merge branch 'i4ds'
Browse files Browse the repository at this point in the history
* i4ds:
  Bugfix release
  stx_read_fits : uncommented call to mrdfits to prevent compilation issue when getting version number
  • Loading branch information
grazwegian committed Nov 22, 2023
2 parents de8522b + 527c230 commit 8667ea7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stix/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.5.0
v0.5.1
2 changes: 1 addition & 1 deletion stix/idl/io/stx_read_fits.pro
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function stx_read_fits, fits_path, extension, header, silent = silent, mversion_
default, silent, 1

if ~keyword_set(mversion_full) then begin
;; ver = mrdfits(/version, /silent) ; commented out (FSc, 2023-09-26) since not used anywhere
ver = mrdfits(/version, /silent) ; uncommented to prevent mrdfits compilation issue (ECMD, 2023-11-07)
mversion_full = stx_get_mrd_version()
mversion = mversion_full.split('\.')
if ~(fix(mversion[0]) ge 2 and fix(mversion[1]) ge 27) and ~silent then begin
Expand Down

0 comments on commit 8667ea7

Please sign in to comment.