Skip to content

XLALPopulateProcessTable() move from lalapps to lalmetaio

Description

XLALPopulateProcessTable() is a utility function that lives in liblalapps. This patch moves it to liblalmetaio to live with other XML table utility functions. After this, the excess power C programs can be moved from lalapps to lalburst.

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

A function is removed from liblalapps, and added to liblalmetaio.

Review Status

Not reviewed. My own code, I approve.

Merge request reports