aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbaiotti <schnetter@cct.lsu.edu>2008-02-28 03:48:00 +0000
committerbaiotti <schnetter@cct.lsu.edu>2008-02-28 03:48:00 +0000
commit203f697da4b5c9a160fe1075843c8be33926c55b (patch)
tree3a11184cf7ccea606e7333754fd811fe33a4c649
parentdd05b144a6a78f456639d800113dc726d44c8d50 (diff)
Carpet/CarpetLib/src/prolongate_3d_real8_eno.F90
Carpet/CarpetLib/src/prolongate_3d_real8_weno.F90 update comments in source files. darcs-hash:20080228034854-d5812-b05841031ed39005bb0a2991cdf45a9c0fd4e8cc.gz
-rw-r--r--Carpet/CarpetLib/src/prolongate_3d_real8_eno.F904
-rw-r--r--Carpet/CarpetLib/src/prolongate_3d_real8_weno.F904
2 files changed, 0 insertions, 8 deletions
diff --git a/Carpet/CarpetLib/src/prolongate_3d_real8_eno.F90 b/Carpet/CarpetLib/src/prolongate_3d_real8_eno.F90
index c86f773fc..b8de3e33f 100644
--- a/Carpet/CarpetLib/src/prolongate_3d_real8_eno.F90
+++ b/Carpet/CarpetLib/src/prolongate_3d_real8_eno.F90
@@ -21,10 +21,6 @@
!!$ entire coarse grid cell for the least oscillatory quadratic in each
!!$ direction. If the slope changes sign over the extrema, linear
!!$ interpolation is used instead.
-!!$
-!!$ The actual eno1d function is defined in the routine
-!!$
-!!$ prolongate_3d_real8_eno.F77
function eno1d(q)
diff --git a/Carpet/CarpetLib/src/prolongate_3d_real8_weno.F90 b/Carpet/CarpetLib/src/prolongate_3d_real8_weno.F90
index 2911e1e41..199f455a8 100644
--- a/Carpet/CarpetLib/src/prolongate_3d_real8_weno.F90
+++ b/Carpet/CarpetLib/src/prolongate_3d_real8_weno.F90
@@ -21,10 +21,6 @@
!!$ entire coarse grid cell for the least oscillatory quadratic in each
!!$ direction. If the slope changes sign over the extrema, linear
!!$ interpolation is used instead.
-!!$
-!!$ The actual weno1d function is defined in the routine
-!!$
-!!$ prolongate_3d_real8_weno.F77
function weno1d(q)