aboutsummaryrefslogtreecommitdiff
path: root/Tests/Kranc.mt
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Kranc.mt')
-rw-r--r--Tests/Kranc.mt15
1 files changed, 15 insertions, 0 deletions
diff --git a/Tests/Kranc.mt b/Tests/Kranc.mt
index 6adc947..e6c60cd 100644
--- a/Tests/Kranc.mt
+++ b/Tests/Kranc.mt
@@ -215,3 +215,18 @@ Test[
,
TestID->"Analysis-3TL"
]
+
+Test[
+ ClearAllTensors[];
+ CreateKrancThornTT[
+ $groups, "TestThorns", "ParamCheck",
+ PartialDerivatives -> $derivatives,
+ DeclaredGroups -> {"evolved_group"},
+ Calculations -> {$initialSineCalc, $evolveCalc},
+ RealParameters -> {aparam},
+ ParameterConditions -> {{aparam == 0, "aparam must be == 0"}}]
+ ,
+ Null
+ ,
+ TestID->"ParamCheck"
+]