You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#definePREPEND_PRIMARY -9 /* used in ffiimg to insert new primary array */
and I don't think that this is exported (I can't find a corresponding symbol exported when I run nm on the library). Perhaps we may just hardcode the symbol here, but is there any other way to access the symbol from the header file?
The text was updated successfully, but these errors were encountered:
The docs of
fits_insert_img
statesexcept
PREPEND_PRIMARY
is defined in a header file asand I don't think that this is exported (I can't find a corresponding symbol exported when I run
nm
on the library). Perhaps we may just hardcode the symbol here, but is there any other way to access the symbol from the header file?The text was updated successfully, but these errors were encountered: