From 365d074e3e4065612813eaad2e975a99e18c7d40 Mon Sep 17 00:00:00 2001 From: allen Date: Sat, 29 Dec 2001 11:19:10 +0000 Subject: Prototypes for new coordinate functions. Also needed a macro for fortran, since the call to register a system now automatically hide the argument with the thorn name doing the registering git-svn-id: http://svn.cactuscode.org/flesh/trunk@2544 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/include/cctk.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include/cctk.h') diff --git a/src/include/cctk.h b/src/include/cctk.h index 1714bc7c..0345f2c5 100644 --- a/src/include/cctk.h +++ b/src/include/cctk.h @@ -53,6 +53,8 @@ #define CCTK_WARN(a,b) CCTK_Warn(a,__LINE__,__FORTRANFILE__,CCTK_THORNSTRING,b) +#define CCTK_CoordRegisterSystem(a,b,c) CCTKi_CoordRegisterSystem(a,b,CCTK_THORNSTRING,c) + #define CCTKi_EXPECTERR(in,err,warnonerr,message) CCTKi_ExpectError(in,err,warnonerr,__LINE__,__FORTRANFILE__,CCTK_THORNSTRING,message) #define CCTKi_EXPECTOK(in,ok,warnonerr,message) CCTKi_ExpectOK(in,ok,warnonerr,__LINE__,__FORTRANFILE__,CCTK_THORNSTRING,message) -- cgit v1.2.3