From 1c226a8178a134a00fe36fa6d1da8e5abbdd88dd Mon Sep 17 00:00:00 2001 From: Shikhar Kumar Date: Fri, 14 Dec 2018 05:31:33 -0500 Subject: [PATCH] add openmc.checkvalue when importing openmc --- openmc/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openmc/__init__.py b/openmc/__init__.py index aec7209c94..715550302b 100644 --- a/openmc/__init__.py +++ b/openmc/__init__.py @@ -1,5 +1,6 @@ from openmc.arithmetic import * from openmc.cell import * +from openmc.checkvalue import * from openmc.mesh import * from openmc.element import * from openmc.geometry import *