aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/operators.hh
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetLib/src/operators.hh')
-rw-r--r--Carpet/CarpetLib/src/operators.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/Carpet/CarpetLib/src/operators.hh b/Carpet/CarpetLib/src/operators.hh
index 0a7828866..2efb06217 100644
--- a/Carpet/CarpetLib/src/operators.hh
+++ b/Carpet/CarpetLib/src/operators.hh
@@ -10,7 +10,6 @@ enum operator_type
op_copy, // use simple copying for prolongation
// (needs only one time level)
op_Lagrange, // Lagrange interpolation (standard)
- op_TVD, // use TVD stencils (for hydro)
op_ENO, // use ENO stencils (for hydro)
op_WENO // use WENO stencils (for hydro)
};