mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Added a method to create a rectangular prism to PyAPI
This commit is contained in:
parent
cd7388e447
commit
369edbbc40
2 changed files with 55 additions and 3 deletions
|
|
@ -5,7 +5,6 @@ from collections import OrderedDict, Iterable
|
|||
from math import sqrt, floor
|
||||
from numbers import Real, Integral
|
||||
from xml.etree import ElementTree as ET
|
||||
import sys
|
||||
|
||||
from six import add_metaclass, string_types
|
||||
import numpy as np
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue