Don't #define restrict in thorns

Issue #955 closed
Erik Schnetter created an issue

The following thorns #define restrict. This is now handled by the flesh, so the thorns should not do that any more:

arrangements/CactusNumerical/Slab/src/slab.cc:53:# define restrict CCTK_CXX_RESTRICT arrangements/CactusUtils/OpenCLRunTime/src/defs.hh:11:# define restrict CCTK_CXX_RESTRICT arrangements/EinsteinEvolve/NewRad/src/extrap.cc:8:# define restrict CCTK_CXX_RESTRICT arrangements/EinsteinEvolve/NewRad/src/newrad.cc:8:# define restrict CCTK_CXX_RESTRICT

Keyword:

Comments (7)

  1. Ian Hinder
    • removed comment

    I assume that this means that people updating these thorns will also need to update the flesh. If that is the case, please can you send an email to the usual lists to warn people of the error messages they are likely to see and the required fix?

  2. Log in to comment