[Commits] [svn:einsteintoolkit] NewRad/trunk/src/ (Rev. 15)

schnetter at cct.lsu.edu schnetter at cct.lsu.edu
Sun Jun 17 16:43:18 CDT 2012


User: eschnett
Date: 2012/06/17 04:43 PM

Modified:
 /trunk/src/
  extrap.cc, newrad.cc

Log:
 Don't #define restrict; this is now handled by the flesh

File Changes:

Directory: /trunk/src/
======================

File [modified]: extrap.cc
Delta lines: +0 -7
===================================================================
--- trunk/src/extrap.cc	2012-05-28 22:21:01 UTC (rev 14)
+++ trunk/src/extrap.cc	2012-06-17 21:43:18 UTC (rev 15)
@@ -3,15 +3,8 @@
 
 #include <cctk.h>
 
-#ifdef CCTK_CXX_RESTRICT
-#  undef restrict
-#  define restrict CCTK_CXX_RESTRICT
-#endif
-
 #define KRANC_C
-extern "C" {
 #include <GenericFD.h>
-}
 
 using namespace std;
 

File [modified]: newrad.cc
Delta lines: +0 -7
===================================================================
--- trunk/src/newrad.cc	2012-05-28 22:21:01 UTC (rev 14)
+++ trunk/src/newrad.cc	2012-06-17 21:43:18 UTC (rev 15)
@@ -3,15 +3,8 @@
 
 #include <cctk.h>
 
-#ifdef CCTK_CXX_RESTRICT
-#  undef restrict
-#  define restrict CCTK_CXX_RESTRICT
-#endif
-
 #define KRANC_C
-extern "C" {
 #include <GenericFD.h>
-}
 
 using namespace std;
 



More information about the Commits mailing list