mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
cell rotation switched back to double in RelaxNG schema
This commit is contained in:
parent
50d9de5def
commit
ea1df445d2
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ element geometry {
|
|||
attribute material { ( xsd:int | "void" ) })
|
||||
) &
|
||||
(element surfaces { list { xsd:int* } } | attribute surfaces { list { xsd:int* } })? &
|
||||
(element rotation { list { xsd:int+ } } | attribute rotation { list { xsd:int+ } })? &
|
||||
(element rotation { list { xsd:double+ } } | attribute rotation { list { xsd:double+ } })? &
|
||||
(element translation { list { xsd:double+ } } | attribute translation { list { xsd:double+ } })?
|
||||
}*
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue