# /*@@ # @file force-rebuild # @date Thu Feb 27 18:46:51 2003 # @author Gabrielle Allen # @desc # Timestamp file for forcing rebuilds of configurations # @enddesc # @version $Id: force-rebuild,v 1.13 2004-04-24 15:44:50 tradke Exp $ # @@*/ 6 March 2003: minor changes to CreateFunctionBindings.pl 31 July 2003: Protect the function prototype for CCTK_IsFunctionAliased against C++. (Changes from Ian). 4 September 2003: Parse information in thorns' configuration.ccl files 13 October 2003: Add support for CCTK_INT1. 27 October 2003: Provide function prototypes for both Fortran and C 28 October 2003: Correct passing of pointers between C and Fortran. 6 November 2003: Treat scalars as rank 0 arrays. 19 November 2003: Change include mechanism for cctk_Functions.h. 21 November 2003: Allow vector scalars. 21 November 2003: Allow vector groups to have multiple variables. 19 Januar 2004: Compile Cactus and CactusBindings first so that other thorns can access Fortran modules therein 01 April 2004: Re-enable the consistency check for inheriting 23 April 2004: Changed DECLARE_CCTK_* macros to use declared parameters/variables in place (without requiring separate USE_CCTK_* macros)