mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Don't write mesh%n_dimension in statepoint
This commit is contained in:
parent
da2bc6b6fe
commit
843aff3ce7
1 changed files with 0 additions and 1 deletions
|
|
@ -182,7 +182,6 @@ contains
|
|||
|
||||
call write_dataset(mesh_group, "id", meshp%id)
|
||||
call write_dataset(mesh_group, "type", "regular")
|
||||
call write_dataset(mesh_group, "n_dimension", meshp%n_dimension)
|
||||
call write_dataset(mesh_group, "dimension", meshp%dimension)
|
||||
call write_dataset(mesh_group, "lower_left", meshp%lower_left)
|
||||
call write_dataset(mesh_group, "upper_right", meshp%upper_right)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue