diff --git a/test/dictionary/testCalc b/test/dictionary/testCalc index 8f54d65d65..2f1eed0109 100644 --- a/test/dictionary/testCalc +++ b/test/dictionary/testCalc @@ -76,4 +76,8 @@ magU1 #calc "mag($>listU[1])"; magUs #calc "mag($>listU)"; magSqrU1 #calc "sqr($>magUs[1])"; +#calcInclude "HashTable.H" +namedU (U0 (1.1 2.1 1.1) U1 (2.1 3.2 4.1) U2 (4.3 5.3 0)); +magU2 #calc "mag($>namedU[\"U2\"])"; + // ************************************************************************* //