From ac1bb5795dc617154fad99dc1ebfe51fe4845bba Mon Sep 17 00:00:00 2001 From: Bryan Herman Date: Sat, 14 Feb 2015 15:10:19 -0500 Subject: [PATCH] removed groups in filter from tallies rnc file --- src/relaxng/tallies.rnc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/relaxng/tallies.rnc b/src/relaxng/tallies.rnc index 06959276bc..92c002ee5b 100644 --- a/src/relaxng/tallies.rnc +++ b/src/relaxng/tallies.rnc @@ -27,9 +27,7 @@ element tallies { attribute type { ( "cell" | "cellborn" | "material" | "universe" | "surface" | "mesh" | "energy" | "energyout" ) }) & (element bins { list { xsd:string { maxLength = "20" }+ } } | - attribute bins { list { xsd:string { maxLength = "20" }+ } }) & - (element groups { xsd:string { maxLength = "20" }+ } | - attribute groups { xsd:string { maxLength = "20" }+ })? + attribute bins { list { xsd:string { maxLength = "20" }+ } }) }* & element nuclides { list { xsd:string { maxLength = "12" }+ }