cctk_Capabilities.h has strange content

Issue #1088 resolved
Erik Schnetter created an issue

The autogenerated per-thon file cctk_Capabilities.h has a strange content. It seems to include, for each thorn, configuration files form all thorns that precede it alphabetically. For example, thorn Accelerator's cctk_Capabilities.h looks like:

  1. include "../Configuration/Thorns/cctki_ADM.h"
  2. include "../Configuration/Thorns/cctki_ADMAnalysis.h"
  3. include "../Configuration/Thorns/cctki_ADMBase.h"
  4. include "../Configuration/Thorns/cctki_ADMConstraints.h"
  5. include "../Configuration/Thorns/cctki_AHFinder.h"
  6. include "../Configuration/Thorns/cctki_AHFinderDirect.h"
  7. include "../Configuration/Thorns/cctki_Accelerator.h"

Keyword:

Comments (2)

  1. Roland Haas repo owner
    • changed status to open
    • removed comment

    I believe the reason is a missplaced `$temp = ''` command. Attached please find a patch for it.

  2. Log in to comment