aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/prolongate_3d_real8_eno.F90
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2011-02-05 19:22:36 -0500
committerErik Schnetter <schnetter@cct.lsu.edu>2011-02-05 19:22:36 -0500
commit834dae300056ab2109462b569cad6c6abee1de86 (patch)
treed3bee53b7b96983dd06e797b3dd0db0345c35167 /Carpet/CarpetLib/src/prolongate_3d_real8_eno.F90
parent7277ffba58fd81e937148c8929ff976dfa00b776 (diff)
CarpetLib: Remove OMII_F90 handling in ENO operator
Diffstat (limited to 'Carpet/CarpetLib/src/prolongate_3d_real8_eno.F90')
-rw-r--r--Carpet/CarpetLib/src/prolongate_3d_real8_eno.F904
1 files changed, 0 insertions, 4 deletions
diff --git a/Carpet/CarpetLib/src/prolongate_3d_real8_eno.F90 b/Carpet/CarpetLib/src/prolongate_3d_real8_eno.F90
index 4b5be092e..3bfd3f6a7 100644
--- a/Carpet/CarpetLib/src/prolongate_3d_real8_eno.F90
+++ b/Carpet/CarpetLib/src/prolongate_3d_real8_eno.F90
@@ -1,6 +1,3 @@
-#ifndef OMIT_F90
-!!$ -*-Fortran-*-
-
#include "cctk.h"
@@ -288,4 +285,3 @@ subroutine prolongate_3d_real8_eno (src, srciext, srcjext, &
end do
end subroutine prolongate_3d_real8_eno
-#endif /* !OMIT_F90 */