From b08d0eb51ca896071d10f97423d0c3a0f2828570 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Fri, 17 Mar 2017 06:47:10 -0400 Subject: [PATCH] Remove unnecessary import in __init__.py. Fix MG env var doc --- openmc/__init__.py | 2 -- openmc/material.py | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/openmc/__init__.py b/openmc/__init__.py index b355385580..53fbec3f22 100644 --- a/openmc/__init__.py +++ b/openmc/__init__.py @@ -1,5 +1,3 @@ -import warnings - from openmc.arithmetic import * from openmc.cell import * from openmc.mesh import * diff --git a/openmc/material.py b/openmc/material.py index 92d992a6f6..357753fa91 100644 --- a/openmc/material.py +++ b/openmc/material.py @@ -980,7 +980,7 @@ class Materials(cv.CheckedList): :envvar:`OPENMC_CROSS_SECTIONS` environment variable will be used for continuous-energy calculations and :envvar:`OPENMC_MG_CROSS_SECTIONS` will be used for multi-group - calculations to find the path to the XML cross section file. + calculations to find the path to the HDF5 cross section file. multipole_library : str Indicates the path to a directory containing a windowed multipole cross section library. If it is not set, the