- changed status to resolved
- removed comment
Missing #include in CactusBase/IOASCII
Issue #231
resolved
Since svn revision 212 the thorn CactusBase/IOASCII does not compile. The problem is that the CCTK_ARGUMENTS macro has not been declared. Adding
- include "cctk_Arguments.h"
in CactusBase/IOASCII/src/ChooseOutput.c fixes the problem. Is this the correct solution?
Keyword:
Comments (1)
-
- Log in to comment
Yes. I applied this change.