aboutsummaryrefslogtreecommitdiff
path: root/m/McLachlan_ADMQuantities.m
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2010-02-13 21:02:12 -0600
committerErik Schnetter <schnetter@cct.lsu.edu>2010-02-13 21:02:12 -0600
commitc0739f621da57a1bda9e815e16a46ee67e70a3b4 (patch)
tree753fa69d5da999f94cf21592007e957a8f96f53d /m/McLachlan_ADMQuantities.m
parent592247986d098c317682aa082cf23fbb1a3c7ccb (diff)
Remove useMatter parameters which are now unused.
Diffstat (limited to 'm/McLachlan_ADMQuantities.m')
-rw-r--r--m/McLachlan_ADMQuantities.m16
1 files changed, 0 insertions, 16 deletions
diff --git a/m/McLachlan_ADMQuantities.m b/m/McLachlan_ADMQuantities.m
index 932ed0c..24f7313 100644
--- a/m/McLachlan_ADMQuantities.m
+++ b/m/McLachlan_ADMQuantities.m
@@ -324,14 +324,6 @@ inheritedImplementations =
(* Parameters *)
(******************************************************************************)
-inheritedIntParameters =
-{
- (*
- "ML_BSSN::conformalMethod"
- "ML_BSSN::useMatter"
- *)
-};
-
intParameters =
{
{
@@ -340,13 +332,6 @@ intParameters =
AllowedValues -> {{Value -> "0", Description -> "phi method"},
{Value -> "1", Description -> "W method"}},
Default -> 0
- },
- {
- Name -> useMatter,
- Description -> "Add matter terms",
- AllowedValues -> {{Value -> "0", Description -> "no matter"},
- {Value -> "1", Description -> "matter"}},
- Default -> addMatter
}
};
@@ -367,7 +352,6 @@ CreateKrancThornTT [groups, ".", ADMQuantities,
EvolutionTimelevels -> evolutionTimelevels,
UseLoopControl -> True,
InheritedImplementations -> inheritedImplementations,
- InheritedIntParameters -> inheritedIntParameters,
IntParameters -> intParameters
];