mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Renamed cross.py to arithmetic.py per suggestion by @paulromano
This commit is contained in:
parent
3cbea749cb
commit
0e2db9afee
2 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ import sys
|
|||
import numpy as np
|
||||
|
||||
from openmc import Mesh, Filter, Trigger, Nuclide
|
||||
from openmc.cross import *
|
||||
from openmc.arithmetic import *
|
||||
from openmc.filter import _FILTER_TYPES
|
||||
import openmc.checkvalue as cv
|
||||
from openmc.clean_xml import *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue