Skip to content

move XLALCreateMetaTableDir() into LIGOLwXMLRingdownRead.c

Description

XLALCreateMetaTableDir() is part of an obsolete interface to XML files in lalsuite. The only remaining use case is the ringdown code in lalinspiral, so this patch moves the function into LIGOLwXMLRingdownRead.c as a static delcaration.

API Changes and Justification

Backwards Compatible Changes

  • This change introduces no API changes
  • This change adds new API calls

Backwards Incompatible Changes

  • This change modifies an existing API
  • This change removes an existing API

XLALCreateMetaTableDir() is obsolete, should not be used for new code.

Review Status

Not reviewed.

Edited by LALSuite Bot

Merge request reports