aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/data.cc
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2012-02-25 11:45:12 -0500
committerBarry Wardell <barry.wardell@gmail.com>2012-09-11 18:23:08 +0100
commit25f7e7afc0b1039b2c057f6a4b10739dc6e1fbe3 (patch)
tree5d39e830c3c69ed0b5d85feb3188a5d636f0376d /Carpet/CarpetLib/src/data.cc
parent9426cf8f3a01da1fbbd5e8d56e428588fe9ab3c7 (diff)
CarpetLib: Remove support OMIT_F90
OMIT_F90 was already non-functional.
Diffstat (limited to 'Carpet/CarpetLib/src/data.cc')
-rw-r--r--Carpet/CarpetLib/src/data.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/Carpet/CarpetLib/src/data.cc b/Carpet/CarpetLib/src/data.cc
index 633b8bf5d..4a0c53e45 100644
--- a/Carpet/CarpetLib/src/data.cc
+++ b/Carpet/CarpetLib/src/data.cc
@@ -203,7 +203,6 @@ prolongate_3d_eno (T const * restrict const /*src*/,
CCTK_WARN (0, "Data type not supported");
}
-#ifndef OMIT_F90
extern "C"
void
CCTK_FCALL CCTK_FNAME(prolongate_3d_real8_eno)
@@ -237,7 +236,6 @@ prolongate_3d_eno (CCTK_REAL8 const * restrict const src,
reinterpret_cast <int const (*) [3]> (& dstbbox),
reinterpret_cast <int const (*) [3]> (& dstregbbox));
}
-#endif
@@ -256,7 +254,6 @@ prolongate_3d_weno (T const * restrict const /*src*/,
CCTK_WARN (0, "Data type not supported");
}
-#ifndef OMIT_F90
extern "C"
void
CCTK_FCALL CCTK_FNAME(prolongate_3d_real8_weno)
@@ -289,7 +286,6 @@ prolongate_3d_weno (CCTK_REAL8 const * restrict const src,
reinterpret_cast <int const (*) [3]> (& dstbbox),
reinterpret_cast <int const (*) [3]> (& dstregbbox));
}
-#endif