mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
removed groups in filter from tallies rnc file
This commit is contained in:
parent
de49b1cef4
commit
ac1bb5795d
1 changed files with 1 additions and 3 deletions
|
|
@ -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" }+ }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue