mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Fix bug in OpenCG compatibility module
This commit is contained in:
parent
9b1292fc15
commit
b1fa2c176f
3 changed files with 8 additions and 8 deletions
2
LICENSE
2
LICENSE
|
|
@ -1,4 +1,4 @@
|
|||
Copyright (c) 2011-2015 Massachusetts Institute of Technology
|
||||
Copyright (c) 2011-2016 Massachusetts Institute of Technology
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
this software and associated documentation files (the "Software"), to deal in
|
||||
|
|
|
|||
|
|
@ -820,7 +820,7 @@ def get_opencg_lattice(openmc_lattice):
|
|||
|
||||
# Create an OpenCG Lattice to represent this OpenMC Lattice
|
||||
name = openmc_lattice.name
|
||||
dimension = openmc_lattice.dimension
|
||||
dimension = openmc_lattice.shape
|
||||
pitch = openmc_lattice.pitch
|
||||
lower_left = openmc_lattice.lower_left
|
||||
universes = openmc_lattice.universes
|
||||
|
|
|
|||
12
readme.rst
12
readme.rst
|
|
@ -10,9 +10,9 @@ transport code based on modern methods. It is a constructive solid geometry,
|
|||
continuous-energy transport code that uses ACE format cross sections. The
|
||||
project started under the Computational Reactor Physics Group at MIT.
|
||||
|
||||
Complete documentation on the usage of OpenMC is hosted on GitHub at
|
||||
http://mit-crpg.github.io/openmc/. If you are interested in the project or would
|
||||
like to help and contribute, please send a message to the OpenMC User's Group
|
||||
Complete documentation on the usage of OpenMC is hosted on Read the Docs at
|
||||
http://openmc.readthedocs.io. If you are interested in the project or would like
|
||||
to help and contribute, please send a message to the OpenMC User's Group
|
||||
`mailing list`_.
|
||||
|
||||
------------
|
||||
|
|
@ -49,7 +49,7 @@ License
|
|||
OpenMC is distributed under the MIT/X license_.
|
||||
|
||||
.. _mailing list: https://groups.google.com/forum/?fromgroups=#!forum/openmc-users
|
||||
.. _installation instructions: http://mit-crpg.github.io/openmc/usersguide/install.html
|
||||
.. _Troubleshooting section: http://mit-crpg.github.io/openmc/usersguide/troubleshoot.html
|
||||
.. _installation instructions: http://openmc.readthedocs.io/en/latest/usersguide/install.html
|
||||
.. _Troubleshooting section: http://openmc.readthedocs.io/en/latest/usersguide/troubleshoot.html
|
||||
.. _Issues: https://github.com/mit-crpg/openmc/issues
|
||||
.. _license: http://mit-crpg.github.io/openmc/license.html
|
||||
.. _license: http://openmc.readthedocs.io/en/latest/license.html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue