Renamed cross.py to arithmetic.py per suggestion by @paulromano

This commit is contained in:
wbinventor@gmail.com 2016-01-28 14:42:07 -05:00
parent 3cbea749cb
commit 0e2db9afee
2 changed files with 1 additions and 1 deletions

View file

@ -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 *