Skip to content

Commit

Permalink
Loop: Disable loopcontrol.h
Browse files Browse the repository at this point in the history
This file clashes with Carpet.
  • Loading branch information
eschnett committed Sep 6, 2023
1 parent e6a8bfd commit 4efad09
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Loop/interface.ccl
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,9 @@ USES INCLUDE HEADER: vect.hxx

INCLUDES HEADER: loop.hxx IN loop.hxx
INCLUDES HEADER: loop_device.hxx IN loop_device.hxx
INCLUDES HEADER: loopcontrol.h IN loopcontrol.h

# We cannot include the heder file `loopcontrol.h` since Carpet already does this,
# and including header files is a build-time choice, not a run-time choice.
# Disabling this is not a real loss because most CarpetX thorns will be using
# the CarpetX Loop functions.
# INCLUDES HEADER: loopcontrol.h IN loopcontrol.h

0 comments on commit 4efad09

Please sign in to comment.