From 0e2db9afee6d9bf35a5b5618e01b67c48b2449b5 Mon Sep 17 00:00:00 2001 From: "wbinventor@gmail.com" Date: Thu, 28 Jan 2016 14:42:07 -0500 Subject: [PATCH] Renamed cross.py to arithmetic.py per suggestion by @paulromano --- openmc/{cross.py => arithmetic.py} | 0 openmc/tallies.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename openmc/{cross.py => arithmetic.py} (100%) diff --git a/openmc/cross.py b/openmc/arithmetic.py similarity index 100% rename from openmc/cross.py rename to openmc/arithmetic.py diff --git a/openmc/tallies.py b/openmc/tallies.py index fb07532a0e..3c4d99c730 100644 --- a/openmc/tallies.py +++ b/openmc/tallies.py @@ -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 *