Skip to content
  • Karl Wette's avatar
    Remove deprecated function LALOpenDataFile() · ad66d8ac
    Karl Wette authored
    - replace with either fopen() (in tests) or LALFopen() (everywhere else)
      with mode "rb" (for SFTs) or "r" (everywhere else)
    - in XLALFindFiles(), remove prefixing of relative file names with './'
      to avoid LAL_DATA_PATH look-up; this is no longer necessary
    - no longer set LAL_DATA_PATH in environment scripts and pkg-config files,
      but do set LAL..._DATADIR in environment scripts to $(pkgdatadir)
    - refs #1676
    Original: 933fe1e25ccbb8c8549ad939888d45d0552abaed
    ad66d8ac